Tagged Questions
5
votes
5answers
13k views
How to use Special Chars in Java/Eclipse
How can I use/display characters like ♥, ♦, ♣, or ♠ in Java/Eclipse?
Wenn I try to use them directly, i.e. in the source code, Eclipse cannot save the file:
What can I do?
Edit: How can I find ...
2
votes
1answer
250 views
php & mysql converting non- to unicode
I have characters like these on our web site: Fémnyomó
That is a street address, entered in another language (though I do not know which). Here's the db setup:
mysql 4.1.2log
charset cp1252 ...
2
votes
1answer
634 views
Windows C API for UTF8 to 1252
I'm familiar with WideCharToMultiByte and MultiByteToWideChar conversions and could use these to do something like:
UTF8 -> UTF16 -> 1252
I know that iconv will do what I need, but does anybody know ...
-1
votes
3answers
1k views
Python 3 chokes on CP-1252/ANSI reading
I'm working on a series of parsers where I get a bunch of tracebacks from my unit tests like:
File "c:\Python31\lib\encodings\cp1252.py", line 23, in decode
return ...