FB6 had an issue storing non-latin characters in cases when using MySQL as the backend due to the MySQL ODBC connector. Since FB7 is .NET and can use the MySQL.NET provider, does FB7 correctly handle non-latin character set input when using MySQL?
|
1
|
||||
|
|
1
|
Everything should work in 7. I've tested it with a wide variety of characters outside the normal Latin range. |
||
|
|
|
1
|
On our FB7 install the answer is definitely no...FogBugz does not handle non-latin correctly on MySQL. The resolution was to move to FogBugz On Demand. The issue is that FB7 has a hack in place from when MySQL did not support UTF-8 (MySQL < 5.0). They encode non-latin to operate inside a MySQL latin-1 encoding...which makes it difficult to determine why this is not operating correctly. |
|||
|