Questions tagged as 'character-encoding'

0
answers

Upload with php - problem with charset

I have a problem that has been disturbing me for some time. I have a page for simple image upload, the page is on charset utf-8 and the firebird database on iso8859-1. The reason for the system being in utf-8 is that all the plug-ins I use fr...
asked by 28.11.2017 / 20:59
1
answer

Error in convert_from () | SQL_ASCII

When I try to use the convert_from function of postgresql I'm encountering the following error: invalid byte sequence for encoding "UTF8": 0xe3 0x30 0x30 I have already looked here in the stack and I have not found anything that ca...
asked by 03.10.2017 / 00:01
0
answers

Laravel "Malformed UTF-8 characters"

I'm using Laravel in version 5.4 (PHP 5.6) to develop an API. Recently, when the API was published in Umbler (Linux), when trying to access endpoints that return strings with special characters (more specifically ù, ã, í) and / or UUIDs the f...
asked by 19.09.2017 / 16:33
1
answer

Problems inserting Emoji in mySQL

I'm having trouble inserting EMOJI emoticons into mySQL, it inserts "????" for each emoticon. My table is already as utf8mb4_bin how do I insert it correctly? Is it PHP?     
asked by 06.06.2014 / 18:47
2
answers

Change the characterset of oracle 11g

When performing a dump file import, oracle is returning the following messages: IMP-00019: Line Rejected Due to Error 12899 ORACLE IMP-00003: Oracle Error: 12899 found ORA-12899: too large value for column "USUARIO"."TABELA"."COLUNA" (...
asked by 22.05.2017 / 19:52
2
answers

Change the collation and character set of the database, tables and corresponding columns

Some older projects were thought of in their immediate purpose and based on this the databases, tables and columns were prepared in a way limited to the intended scenario. In the sense of updating and adapting to a greater scalability of thes...
asked by 28.02.2014 / 22:51
2
answers

POST php with charset utf-8

Good morning, after searching extensively for solutions to my problem, trying out various solutions that were suggested in other questions, like this one for example: link I'm looking for information from a php POST of a query to the Ora...
asked by 10.01.2017 / 13:26
1
answer

Problems with SQL Server 2008 encoding

I am performing a query on a Sql Server database, however the special characters are returned as follows: MAR�O instead of MARÇO I was able to fix using the utf8_encode() function, but I do not want to have to deal with each res...
asked by 14.11.2016 / 20:01
0
answers

How to fix accent problems in Strings in JTextPane?

I have a Java application, I did it in NetBeans. The problem is when there are strings with accents. When I run NetBeans, it shows everything perfect (the string with accents correctly), but when I create the JAR and execute it, the strings are...
asked by 24.08.2016 / 16:44
0
answers

How to use itext 5 accent

I'm not able to use accent on itext 5. I took a look at the examples on the site, but I did not find it. Would anyone know how to use it? It is being used on Android. The fields of the model class fed by the android routines to accentuation work...
asked by 31.08.2016 / 23:57