[Bug 16514] broken encoding or database conversion regarding Umlaut

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 25 08:50:02 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=16514





--- Comment #20 from Alex Balut <alexandru.balut at gmail.com>  2010-04-25 08:50:00 ---
Submitted patch for fixing the displaying of bug summaries.
http://www.winehq.org/pipermail/wine-patches/2010-April/087761.html

$ mysql bugs -e "show variables like 'character_set_%'"
+--------------------------+----------------------------+
| Variable_name            | Value                      |
+--------------------------+----------------------------+
| character_set_client     | latin1                     | 
| character_set_connection | latin1                     | 
| character_set_database   | utf8                       | 
| character_set_filesystem | binary                     | 
| character_set_results    | latin1                     | 
| character_set_server     | latin1                     | 
| character_set_system     | utf8                       | 
| character_sets_dir       | /usr/share/mysql/charsets/ | 
+--------------------------+----------------------------+

I changed the character_set_results MySQL variable
(http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysvar_character_set_results)
to utf8, and the short_description of the bug appears fine when displaying an
app version linked to that bug.


I looked for users and apps with names that contain characters which do not
appear fine, but could not find any. Can anyone provide an example?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list