References: Wikipedia - Mojibake
11
votes
5answers
4k views
Getting ’ instead of an apostrophe(') in PHP
I'v tried converting the text to or from utf8… didn't seem to help
Im getting:
"It’s Getting the Best of Me"
It should be:
"It’s Getting the Best of Me"
Im getting this data from a url -> ...
4
votes
2answers
5k views
How to convert these strange characters? (ë, Ã, ì, ù, Ã)
(ë, Ã, ì, ù, Ã) in normal charaters?
i use utf8 for header page, and mysql encode
3
votes
5answers
676 views
Unexpected output of std::wcout << L“élève”; in Windows Shell
While testing some functions to convert strings between wchar_t and utf8 I met the following weird result with Visual C++ express 2008
std::wcout << L"élève" << std::endl;
prints out ...
2
votes
1answer
48 views
Character Encoding and the ’ Issue
Even today, one frequently sees character encoding problems with significant frequency. Take for example this recent job post:
(Note: This is an example, not a spam job post... :-)
I have ...
2
votes
2answers
100 views
encoding question in perl
I have an encoding question and would like to ask for help. I notice if I choose "UTF-8" as encoding, there are (at least) two double quotes " and “. But when I choose "ISO-8859-1" as the encoding, I ...
2
votes
1answer
729 views
How can I display swedish characters in Android app?
I have a database that I extract data from to my Android project. There are some strings of text there with the swedish letters å, ä, ö written as : √•=å, √§=ä, √δ=ö. What would be the best way of ...
2
votes
3answers
435 views
Where can I find an UTF8 bits to char table to convert for instance “ñ” into “ñ”?
I have been looking thoroughly through the Web and I cannot seem to find a table with those kind of conversions. The ones I find have some mistakes and are not too reliable, so I have looked for some ...
2
votes
2answers
343 views
How do I transform “Теє (it is russian word) into something readable?
I got MySQL DB which contains UTF8 column with such "ТеÑ" records.
PHP's mb_detect_encoding() told me that this is UTF-8.
How can I transform this "horror" into something readable?
Thank you
2
votes
3answers
586 views
Windows to Linux utf-8 file
I have a file UTF-8 encoding in windows, and when i use it under windows it shows everithing right, but when i copy the file in Linux, the Unicode characters are giberish. The file is plain textfile. ...
1
vote
1answer
13 views
Passing UTF-8 string to f:viewParam in JSF
I tried to pass UTF-8 String as f:viewParam value but value shown as garbage string, i added EncodingFilter in web.xml for setting UTF-8 to request and response as below
HttpServletResponse response ...
1
vote
2answers
34 views
Extract text from corrupt (?) pdf document
In a project I'm working on we scrape legal documents from various government sites and then make them searchable online.
Every now and then we encounter a PDF that seems to be corrupt. Here's an ...
1
vote
4answers
149 views
$_POST will convert from utf-8 to ä ö ü etc
I am new here, so I apologize if I am doing anything wrong.
I have a form which submits user input onto another page. User is expected to type ä, ö, é, etc... I have placed all of the following in ...
1
vote
1answer
50 views
How to display a character in the wrong characterset
How can I output whatever æ would be, if ø = ø?
I'm guessing the left side is unicode and the right side is something else, for example iso-8859-1, but how can I print out what a unicode character ...
1
vote
2answers
190 views
1
vote
1answer
257 views
Fixing encodings
I have ended up with messed up character encodings in one of our mysql columns.
Typically I have
√© instead of é
√∂ instead of ö
√≠ instead of í
and so on...
Fairly certain that someone here ...
1
vote
2answers
344 views
problem with utf-8 windows versus Mac
OK, I have a small test file that contains utf-8 codes. Here it is (the language is Wolof)
Fˆndeen d‘kk la bu ay wolof aki seereer a fa nekk. DigantŽem ak
Cees jur—om-benni kilomeetar la. MbŽyum ...
1
vote
3answers
204 views
Character Encoding Mismatch
My scripts are definitely saved in UTF-8. I'm instantiating PDO with "{$this->engine}:host={$this->host};dbname={$this->name};charset=UTF-8". My tables use InnoDB and are collated using ...
1
vote
3answers
386 views
Site doesn't show up. Instead a bunch of weird characters?
‹�����혱jÃ0†w=Å=AÜ ÂЃ)ÅKGÅ:¢En%¹©ß¾²Ý 7xèpußøãŸ~ÝöÇ®Ömót¨•îŸû®©îao‚½‘Í:ºR†æk@´huõÃ(];z:¼•Íö¾þ{¥•‚¾ímwi£_±Ä1)–ÄÇ�‡‘,‰%Ž#YKF²Ä²Ä8ŒèKF²$–88ŒdI,qpÉ’Xâà0’%±Ä1Àaþe–TïÆOŒ@ ...
1
vote
1answer
567 views
Why can I not view foreign language characters in my mysql DB?
I am inserting the following characters into my DB: 汉字 / 漢字
This is the meta tag on the page that is inserting the characters:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" ...
1
vote
4answers
253 views
“’” showing in page in place of this “ ' ”
’ showing in page in place of this '
what is the problem? how to solve
This is already defined in
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Update:
Browser ...
1
vote
2answers
744 views
PHP Strange character before £ sign?
For some reason i get a £76756687 weird character when i type a £ into a text field on my form?
0
votes
1answer
85 views
Japanese link parameter garbled in Struts2
I have this link in my Struts2 app:
<a href="/MyApp/My.action?w=%E8%A8%80%E8%91%89&key=6f98f58ce">Link</a>
%E8%A8%80%E8%91%89 is shown as 言葉 in the browser status bar, which is ...
0
votes
1answer
243 views
Character encoding not working with PrimeFaces CellEditor component
I'm having some trouble editing a table using <p:rowEditor>
I use encoding='windows-1252' to be able to use Swedish characters (å, ä, ö). Creating an entity works fine but when I edit it in a ...
0
votes
0answers
73 views
Wrong characters, charset? data from database
I am retrieving some data from a SQLite database in Android.
The data is recorded in the database like this: "Diversão". It should be retrieved as: "Diversão". This means "Amusement" in Portuguese.
...
0
votes
1answer
773 views
PHP Ansi to UTF-8
I'm trying to create a script in PHP for converting some files to UTF-8. I have a file in Greek, where Notepad++ indicates that it ahs "ANSI" encoding. When I upload it to the server, it detects it's ...
0
votes
0answers
35 views
Encoding question
I have a website that allows users to post comments. I save comments using php, but if the user inserts a – it gets transformed into – .
What should I do to allow symbols like – to be shown ...
0
votes
2answers
264 views
How to prevent non-ascii characters from being saved in Drupal database?
I've noticed that in Drupal after some users enter content into the body of a node, characters like quotes and apostrophes get saved as:
’
“
This is due the user entering odd characters or ...
0
votes
1answer
292 views
Why does HTML::TreeBuilder show mojibake/weird characters in the output?
I am having a problem with HTML::TreeBuilder; it shows mojibake/weird characters in the output. Please help me. Thanks in advance.
use strict;
use WWW::Curl::Easy;
use HTML::TreeBuilder;
my ...
0
votes
5answers
2k views
Pound symbol not displaying on web page
Hello
I have a mysql database table to store country name and currency symbol - the CHARSET has correctly set to UTF8.
This is example data inserted into the table
insert into country ( ...
0
votes
3answers
142 views
mysql - funny square characters added to the value when inserting it into table
I have a php script that inserts values into mySQL table
INSERT INTO stories (title) VALUES('$_REQUEST[title]);
I checked the values of my request variables before going into the table and it's ...
0
votes
5answers
1k views
Why are these strange characters appearing in mcrypt?
I Encrypt and Decrypt successfully, but when I decrypt the value, appears strange characters at the final of string "���":
The initial $_POST['value'] do not have any blank space or any strange ...
0
votes
3answers
214 views
Detecting Characters in an XSLT
I have encountered some odd characters that do not display properly in Internet Explorer, such as these: “, –, and ’. I think they're carried over from copy-and-paste Word content.
I am using ...