cs.punk Posted July 17, 2012 Share Posted July 17, 2012 I'm kinda lost to how I should deal with foreign characters with regards to PHP/Mysql. First of all I'm receiving a plain text file which I'm guessing could potentially be received in a range of encoding formats. It seems like it's rather difficult to accurately detect the encoding type but there is mb_detect_encoding(). Potentially I could just stick to the 'likely' default encoding saved by notepad which at the moment seems to be ANSI or rather extended ANSI. I'm hoping someone could perhaps give me any pointers to hopefully not spend the next 3 days in a ramble of pages... Quote Link to comment https://forums.phpfreaks.com/topic/265820-how-do-i-deal-with-foreign-characters/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.