Questions tagged as 'character-encoding'

3
answers

Query problem - Accentuation

My MySQL database is in UTF-8, pages in UTF-8, so far everything works. No problem with charset . The problem is when I search something (company) in the search, for example: I type "A" and it returns companies that have this initial lett...
asked by 14.07.2015 / 22:58
1
answer

Error changing the data type of a column from the interface

I try to change the data type from VARCHAR to another data type through the system interface (I do not want to change via SQL) but I can not. I have the following table created: CREATE TABLE 'Usuarios' ( 'id_usuario' int(11) NOT...
asked by 22.03.2018 / 10:14
2
answers

Use UTF-8 or Latin1?

I started a new project and when creating the database (MySQL), I did not think twice, I put a CHARSET=utf8 . The application will support Portuguese and English and users should use only these two languages. In a specific module users...
asked by 24.04.2018 / 18:02
1
answer

Error with accented characters

Good afternoon, The accented characters in my system are not working when I bring it from the database, so , I already tried to put the meta tag, I already tried to save the file with a different encoding, but it does not work .. NOTE: Th...
asked by 21.12.2018 / 20:55
1
answer

UTF-8 Charset error when returning from database

My system has a charset error, but it is only with the data returned from the database. My charset in the HTML is right, the database is also right, and php.ini is also right. How do I solve the problem? Special characters are returnin...
asked by 25.09.2015 / 16:53
1
answer

Python error accent

Python is displaying a list of characters with a character error: Normal List 19/01/2017 13:35 ARQUIVADO DEFINITIVAMENTE 03/11/2016 10:55 EXPEDIÇÃO DE DESPACHO 03/11/2016 10:52 CONCLUSOS PARA DESPACHO 03/11...
asked by 28.08.2018 / 00:39