View Single Post
Old 11-22-2007, 11:02 PM   #4 (permalink)
bluesaga
Super Moderator
Advanced Programmer 
 
bluesaga's Avatar
 
Join Date: Sep 2007
Posts: 165
Thanks: 0
bluesaga is on a distinguished road
Default

utf8_general_ci is what you want to use, utf8_bin is binary......

However there is PHP specific issues with utf-8, being erradicated in PHP 6 but definitely there is some. Also if you are scraping information, you do need to check content type and change it.

However if you just want functions to work with php, check the mbstring extension and if you are using preg functions you need to make them Unicode compatible.
__________________
Halo 3 Cheats
bluesaga is offline  
Reply With Quote