Just had an interesting issue with an encoding mess on a column containing non-ASCII (Russian) text. The solution … cp1251. Most of the data was in proper cp1251 national encoding indeed. However, because of web application failure to properly set… to fix notorious KOI8-R vs CP1251 encoding issues in Russian, and other national SBCS encoding vs UTF-8 issues, I suppose…
Comment: Fixing column encoding mess in MySQL
[...] http://www.mysqlperformanceblog.com/2007/12/18/fixing-column-encoding-mess-in-mysql/ Posted in Computers | [...]
Comment: PHP vs. BIGINT vs. float conversion caveat
… are encoding additional information like the server ID into high bits of the ID. I had already written about the mess that…
Post: PHP vs. BIGINT vs. float conversion caveat
… are encoding additional information like the server ID into high bits of the ID. I had already written about the mess that…

