http://bugs.winehq.org/show_bug.cgi?id=16514 --- Comment #20 from Alex Balut <alexandru.balut(a)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_c...) 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.