Hi!I have a code that is receiving wrong char from a client. I has accentuated chars, and what happens, i.e., if we receive a string such "ação" it comes ok but once we try to insert into the database if loses, after dinging we figured out that when pasting that kind of string it is "separating" as "a c , a ˜ o", we tried to change the client to send as latin1, unicode but no success.Using iconv.decode("ação","UTF-8") renders bad chars to the database.Any clue?
Submitted December 13, 2018 at 01:18PM by thexdroid
No comments:
Post a Comment