Posts by Claudio Shigueo Watanabe • 313 points
4 posts
- 
		0 votes2 answers49 viewsA: Input cursor going to end of line with jQuery and propertychangeI found that the problem was in the following excerpt: oninput="this.value = this.value.toUpperCase()" Removing this section and including this section, solved the problem: style="text-transform:… 
- 
		-3 votes2 answers49 viewsQ: Input cursor going to end of line with jQuery and propertychangeFor example, I fill in the input of this fiddle with "Ste" and then go back to the beginning of the input to type "te" before "Ste", it goes to the end of the input when I type the first character… 
- 
		3 votes2 answers419 viewsQ: Unixodbc: Decimal Formatting ProblemI built a server with Centos 7, SQL Server 2017, and Unixodbc On tsql, the numbers are correct. But when I see in isql, the decimals are separated by a comma (,) rather than a dot (.). How can I fix… 
- 
		23 votes4 answers127987 viewsA: How to make the date() function format a date in English?If none of the other answers work, it may be that the en locales are not installed on the server (which was my problem). In this case, if your server is Linux Ubuntu, you need to run: sudo apt-get…