MySQL Forums
Forum List  »  PHP

Re: Encoding problem...
Posted by: Ted Ashton
Date: August 05, 2010 12:30AM

Hi many thanks for reply. Here is a specific examples:


EXAMPLE 1

Character as displayed on local web page: ç (c with a squiggle under it)
Character as appears in local database: ç (Sequel Pro)

After a mysqldump (inspecting the raw .sql file)
Character appears as: ç

After uploading the dumped file via scp and processing via gzip as detailed in my initial post.
Character as displayed on remote web page: �
Character as appears in remote database: ç


EXAMPLE 2

Word as displayed on local web page: НА ГЛАВНУЮ
Word as appears in local database: На главную

After a mysqldump (inspecting the raw .sql file)
Word appears as: На главную

After uploading the dumped file via scp and processing via gzip as detailed in my initial post.
Word as displayed on remote web page: ?? ???????
Word as appears in remote database: На главную


Cheers,

Chris

Options: ReplyQuote


Subject
Written By
Posted
July 30, 2010 07:04AM
July 30, 2010 07:43AM
August 01, 2010 02:33PM
August 04, 2010 02:53PM
August 04, 2010 02:59PM
August 02, 2010 11:52AM
August 02, 2010 06:10PM
August 02, 2010 08:42PM
Re: Encoding problem...
August 05, 2010 12:30AM
August 05, 2010 12:33AM
August 05, 2010 12:35AM
August 05, 2010 12:37AM
August 05, 2010 08:43AM
August 06, 2010 02:17PM
August 06, 2010 11:01PM
August 08, 2010 04:01PM
August 08, 2010 06:16PM
August 05, 2010 12:40AM
September 01, 2010 12:53PM
September 01, 2010 10:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.