If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Unicode Porblem, While Generating HTML

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-10, 02:04
belask belask is offline
Registered User
 
Join Date: Sep 2010
Posts: 27
Unicode Porblem, While Generating HTML

OK i recently started using MySQL & PHP, for the main reason of generating HTML pages for my website. It's working fine except for properly displaying Unicode characters in HTML output. Unicode characters are usually replaced by rectangles or question marks.
For some reasons i am sure, the problem is not with MySQL but with PHP file. MySQL table, fields collation is utf8_general_ci

So what you guys do to solve this problem?
Attached Thumbnails
Unicode Porblem, While Generating HTML-table-structure.gif   Unicode Porblem, While Generating HTML-table-fields-structure.gif  
Reply With Quote
  #2 (permalink)  
Old 10-01-10, 09:03
belask belask is offline
Registered User
 
Join Date: Sep 2010
Posts: 27
more than 100 views and no reply in help
Reply With Quote
  #3 (permalink)  
Old 10-01-10, 11:56
futurity futurity is offline
Registered User
 
Join Date: May 2008
Posts: 270
I assume the problem is with characters outside the normal character set of whatever your local language is -- ie, with foreign characters?

Character encodings are a pretty complex topic, but possible things to check:
  • Are the characters displaying properly in the database itself?
  • Are you specifying the correct character set when outputting your web page?
  • Is your font capable of displaying the characters that are showing up garbled?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On