[wp-trac] Re: [WordPress Trac] #7554: Indic Characters replaced by
???
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 20 13:50:18 GMT 2008
#7554: Indic Characters replaced by ???
---------------------+------------------------------------------------------
Reporter: murky | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.6.2
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by DD32):
The DB_CHARSET constants were introduced with a recent version of
WordPress, If the database was from before then, Theres a chance its using
the default MySQL charset of Latin1, If thats the case, And WordPress
talks to it with utf8, then mis-understandings of non-ascii(ie. non-
english) characters can occur.
If you've got access to PHPMyAdmin then its easy to find the details, Just
load up the database, and look at the "Collation" column.
The other option is to comment out the DB_CHARSET/DB_COLLATE defines and
see if that fixes it.
The article i linked to before, Doesnt use WordPress at all, And so its
export/import should work (It used PHPMyAdmin)
--
Ticket URL: <http://trac.wordpress.org/ticket/7554#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list