Linked Questions

28 questions linked to/from Fixing broken UTF-8 encoding
-2 votes
1 answer
791 views

In my mysql database field the unicode text are like this कà¤3⁄4ठमà¤3⁄4डà\Œà¤, à\ ̈à\a मà¤3⁄4ठ̃ / ठ̧ंà¤μिधà¤3⁄4ठ̈ठ̧भà¤3⁄4 ठ̧दठ̧à\ठ̄कà\‹ रिकà\त à\¬ ठ̧िटकà¤3⁄4 à¤2à¤3⁄4गà¤...
ktm's user avatar
  • 6,093
117 votes
5 answers
122k views

I tried to use UTF-8 and ran into trouble. I have tried so many things; here are the results I have gotten: ???? instead of Asian characters. Even for European text, I got Se?or for Señor. Strange ...
46 votes
7 answers
83k views

I'm currently working on a project, and instead of using regular MySQL queries I thought I'd go ahead and learn how to use PDO. I have a table called contestants, both the database, the table, and ...
Jonathan's user avatar
  • 794
94 votes
2 answers
83k views

Possible Duplicate: What's the difference between utf8_general_ci and utf8_unicode_ci I've got two options for unicode that look promising for a mysql database. utf8_general_ci unicode (...
11 votes
2 answers
36k views

I have a database filled with values like âTM\•â—âTM\ Dhaka âTM\•â—âTM\ (Which should be ♥•くろまる♥ Dhaka ♥•くろまる♥) as I didnt specify the collation while creating the database. Now I want to Fix it. I cannot ...
2 votes
3 answers
8k views

I have a webapp that stores French text -- which potentially includes accented characters -- in a MySQL database. When data is retrieved directly through PHP, accented characters become gibbirish. For ...
David Chouinard's user avatar
5 votes
2 answers
3k views

In my application I read a csv file and display contents to the user. But there is a problem with encoding. I have two csv files example1.csv and example2.csv. I have both opened in notepad++, which ...
DarkLeafyGreen's user avatar
0 votes
1 answer
11k views

I have list of player name. But the problem is the player name contains some non utf-8 characters. so i am having following error. json_encode(): Invalid UTF-8 sequence in argument i have used ...
user1795109's user avatar
2 votes
1 answer
3k views

I'm having a real nightmare parsing data from one database where much of the text has been pasted from Word across into another database. The data needs to be washed through the parser each day so it ...
Das123's user avatar
  • 865
2 votes
1 answer
2k views

I have a wordpress website and for some reason all records values that are in Arabic language change to be like this Ù...وقØ1 Ø§Ù„Ø·Ø ̈ Ø§Ù„Ù†ÙØ3ÙŠ although the database and it's tables collation ...
1 vote
4 answers
839 views

I am trying to debug a nasty utf-8 problem, and do not know where to start. A page contains the word 'categorieën', which should be categorieën. Clearly something is wrong with the UTF-8. This ...
berkes's user avatar
  • 27.7k
6 votes
1 answer
2k views

I'm dealing with an external web service that is giving me incorrectly encoded (and or corrupted) Strings (UTF-8) that were most likely either ISO LATIN or WINDOWS-1252 but are now UTF-8 (and or a ...
-1 votes
2 answers
2k views

Rackspace upgraded their servers to php 5.6/apache 2.4 and ever since then, I have had several sites show these strange characters. I have gone all through google to apply patches/fixes but ...
0 votes
3 answers
993 views

this is really doing my nut..... all relevant PHP Output scripts set headers (in this case only one file - the main php script): header("Content-type: text/html; charset=utf-8"); HTML meta is set in ...
Nick's user avatar
  • 916
2 votes
2 answers
724 views

I've been having some trouble with my website + database, the content was added to the database using a java app using some unknown charset and they are being displayed in PHP/HTML using UTF-8 <...

15 30 50 per page
1
2