start | find | index | login or register | edit | ||
i18n-notes
by earl, 4242 days ago
Iñtërnâtiônàlizætiøn mysql 4.1+ unicode support: you have UTF8 data stored in VARCHAR columns where the column character set != utf8. i.e. data imported from pre-4.1 or data created by applications which don't use mysql's unicode support but store proper utf8. you want to set the proper character set for the column? ALTER TABLE tbl MODIFY col BINARY(255); source: http://dev.mysql.com/tech-resources/articles/4.1/unicode.html to convert data from such a column in a query: CONVERT(CONVERT(col USING binary) USING utf8)
|
search 33 active users
backlinks (more) none, yet recent stores (more) echo earlZstrainYat|tr ZY @. |
|
earl.strain.at • esa3 • online for 8662 days • c'est un vanilla site |