latin1 Questions
2
Solved
I'm trying to convert some mysql tables from latin1 to utf8. I'm using the following command, which seems to mostly work.
ALTER TABLE tablename CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_c...
Drisko asked 1/11, 2010 at 16:4
1
Solved
I want to disallow certain UTF-8 input (server-side), e.g. eastern languages, where example input might be " 伊 ".
However, I do want to continue supporting other latin or "latin-like" characters, ...
Pyrogallol asked 5/8, 2010 at 3:35
3
Solved
I'm working on a series of parsers where I get a bunch of tracebacks from my unit tests like:
File "c:\Python31\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,se...
Terms asked 19/7, 2010 at 20:33
2
Solved
In a mySql table I'm using Latin1 character set to store text in a varchar field. As our website now is supported in more countries we need support for UTF8 instead. What will happen if I change th...
Porcelain asked 23/6, 2010 at 8:40
2
what is the difference between utf8 and latin1?
Maser asked 25/4, 2010 at 16:38
2
Solved
I am being sent text files saved in ISO 88591-1 format that contain accented characters from the Latin-1 range (as well as normal ASCII a-z, etc.). How do I convert these files to UTF-8 using C# so...
Pry asked 7/4, 2010 at 19:50
© 2022 - 2024 — McMap. All rights reserved.