[wp-trac] Re: [WordPress Trac] #7683: character "é" converted to "é" after upgrade from 2.5.1 to 2.6.1
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 8 14:01:21 GMT 2008
#7683: character "é" converted to "é" after upgrade from 2.5.1 to 2.6.1
---------------------+------------------------------------------------------
Reporter: aloon | Owner: anonymous
Type: defect | Status: closed
Priority: low | Milestone: 2.8
Component: General | Version: 2.6.1
Severity: minor | Resolution: invalid
Keywords: |
---------------------+------------------------------------------------------
Changes (by DD32):
* status: new => closed
* resolution: => invalid
Comment:
> but the OpenID plugin still seems to use latin1_swedish_ci,
Depending on how the plugin creates the table, it might just pick up the
standard table config. of the server, Its not generally a problem unless
you're storing non-ascii characters (like acented characters, or double
byte characters(such as chinese i think))
You can change the collation in phpmyadmin as you see, but AFAIK its
doesnt touch the data, only affects future data thats stored, So change it
to urf8 if you wish for consistancy.
I'm going to close this as invalid now since its not a !WordPress actual
'bug', but you can reply without re-opening if need be.
--
Ticket URL: <http://trac.wordpress.org/ticket/7683#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list