CP-1252 or Windows-1252 is a character encoding of the Latin alphabet.
0
votes
0answers
14 views
Windows 1252 based languages?
Need to know which languages are supported by Windows 1252? Is there an authoritative list somewhere?
Not looking for random blogs, in general what are the right sources for such information?
Please ...
1
vote
1answer
31 views
How to deal with Non-ASCII Warning when performing Save on Python code edited with IDLE?
I frequently edit Python code using IDLE and occasionally when I perform a Save I receive an I/O Warning.
I am assuming that I have inadvertently added a Non-ASCII character, and I do not really ...
0
votes
0answers
18 views
How can I do a git cvsimport with special characeters in fielnames?
We have about 100 CVS repositories which we like to convert to git. We tried using git cvsimport which works fine.
But we have some files with special characters in their filename. The special ...
0
votes
2answers
239 views
Correctly reading text from Windows-1252(cp1252) file in python
so okay, as the title suggests the problem I have is with correctly reading input from a windows-1252 encoded file in python and inserting said input into SQLAlchemy-MySql table.
The current system ...
1
vote
1answer
73 views
Character inferno
I need some help. I have to read data from a file and store it into an Oracle db. I run into troubles when characters like 'à' or 'À' appear into data. For example, 'à' is read and become 'Ã ' into my ...
0
votes
0answers
125 views
mysql to excel - wrong charset output
server: RHEL 5.5, 2.6.18-194.el5, MySQL 5.0.77
client: Win 7 Corporate x86, MS Excel 2010, MySQL ODBC 5.2w Driver
On the server, mysql base test, and there is a table rr. Every time insert.sh is ...
0
votes
0answers
95 views
Sql Developer Code Completion and Encoding
I am having a very annoying problem with Oracle Sql Developer. My problem is that while I am typing queries in lowercase developer does not complete code automatically but if i type in uppercase it ...
0
votes
1answer
205 views
Why is my implementation of Simplified DES working fine under Cp1252 encoding but not under UTF-8?
I asked the following question yesterday but it didn't get much attention due to the fact that I didn't really include any details about my actual problem.
Eclipse:Using UTF-8 encoding in the text ...
0
votes
1answer
246 views
Eclipse:Using UTF-8 encoding in the text editor make the Strings not work properly, how can I fix that?
I have some Greek comments in the code and when I enter a Greek letter it says "Save us UTF-8"
Then if I do so and re run the program the previously displayed Strings would not work properly.
For ...
2
votes
1answer
44 views
Why does backwards navigation in IE causes html attribute values to be encased in smart double quotes?
My page loads fine each time in all browsers, except in IE when I use the browser back button it's changing out the double quotes used for the value attibute of the option element to smart double ...
0
votes
1answer
286 views
Create a file using Cp1250 in Java
I'm trying to create a file using the Cp1250 charset:
out = new BufferedWriter(
new OutputStreamWriter(
new FileOutputStream("/path/filename"), Charset.forName("Cp1250")));
However, ...
2
votes
5answers
189 views
How do I recognize a character such as “ç” as a letter?
I have an array of bytes that contains a sentence. I need to convert the lowercase letters on this sentence into uppercase letters. Here is the function that I did:
public void ...
1
vote
2answers
128 views
How to get Java to use the correct character set?
We've got our servers running on CentOS and our Java backend sometimes has to process a file that was originally generated on a Windows machine (by one of our clients) using CP-1252, however in 95%+ ...
1
vote
2answers
2k views
Encoding cp-1252 as utf-8?
I am trying to write a Java app that will run on a linux server but that will process files generated on legacy Windows machines using cp-1252 as the character set. Is there anyway to encode these ...
1
vote
1answer
3k views
How to convert an UTF String to ANSI and Create an ANSI text file in SSD with JAVA-ANDROID
I wrote a android app in java to get user answers and save them in a file.
The problem is that this file is saved in utf-8.
The end user will open these files in the IBM SPSS, an application for ...
1
vote
2answers
798 views
Cygwin terminal not displaying certain characters?
I am running a stock Cygwin install, with the wget package added.
If I run a command
wget -qO- "tetristv.com/zapni.tv.php"
I get this; notice the incorrect display of characters
...
1
vote
1answer
351 views
Adobe Font Metrics for Standard PDF Fonts in CP1252
I need the metrics for the 14 standard PDF fonts.
I've download the following from Adobe, but it appears to use ISO-8859-1 encoding, rather than CP1252:
...
0
votes
1answer
611 views
HEX-edit UTF-8 file
I am trying to create a UTF-8/no-BOM file with a HEX-Editor. My desired UTF character is the TUGRIK SIGN, which is e2 82 ae in UTF-8.
I created an UTF-8/no BOM file with N++, copied the character in ...
0
votes
3answers
547 views
How to detect charset in Java?
A half-year ago i faced with annoying problem. And still couldn't fix it.
Problem is lying in log4j-logging, where default charset is utf 8.
Sometimes i receiving messages with different encoding, ...
1
vote
3answers
1k views
Bulk convert cp1252 to utf-8 in Windows
So,
I've been trying to convert a large java source tree from cp1252 to UTF-8 in Windows, using tips and trix I've found online, specificly here. Problem is, I'm on Windows; I don't do VB; Cygwin's ...
1
vote
1answer
1k views
converting String from Windows charset to UTF 8 in Java
so I have to give some arguments to my Java app which is called from a .bat file. Doing this makes the arguments have the system's charset encoding, which makes some characters displayed wrongly. I ...
0
votes
1answer
96 views
Binary representations of the cp1252 encoded characters
Where can I find the binary representations of the characters encapsulated within the cp1252 character library for Windows(e.g. •, †, …, etc.)?
1
vote
1answer
481 views
Decode Inputsteam with CP1252 encoding in java
The Inputstream that i receive from a post request through ExtJS is in CP1252 encoding. How do i decode the Inputsteam so that i can use the json string and convert it to the appropriate java bean.
I ...
0
votes
1answer
429 views
RTF CP1252 to Text UTF-8
Here is a file that I need to convert to plain text in MAC OSX zshell.
http://narod.ru/disk/6431540001/Test_rtf.rtf.html
I've tried unrtf, rtf2txt, rtf2html = no result. They can't convert ru_cp1252. ...
1
vote
1answer
4k views
Convert string from codepage 1252 to 1250
How can I convert one String with characters decoded in codepage 1252 into a String decoded in codepage 1250.
For example
String str1252 = "ê¹ś¿źæñ³ó";
String str1250 = convert(str1252);
...
0
votes
1answer
2k views
Convert cp1252 to unicode in javascript
I need to convert cp125*2* text to unicode utf in javascript function.
Function to convert CP125*1* to utf I already find.
Please help me if you have this functionality, thanks!
2
votes
1answer
513 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 ...
0
votes
3answers
3k 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 ...
0
votes
1answer
843 views
Read data using ODBC ADO.NET from Db2 Codepage 1252 - Euro (€) Symbol is not retrived correctly
In VS 2005 C#, While inserting Euro (€) Symbol into Db2 table, It is storing values correctectly. DISABLEUNICODE=1 parameter helped to store this correctly.
But when we try to read from the table, ...
2
votes
1answer
913 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 ...
2
votes
5answers
4k views
Can I avoid using CP1252 on Windows?
I would like all my toolkit to use UTF-8 but find that some tools on Windows seem to use CP1252 (which appears to be Windows-specific). Does this create output which is incompatible and if so at which ...
2
votes
4answers
4k views
Encoding cp1252
When i try the following in java
System.out.println(System.getProperty("file.encoding"));
i get cp1252 as the encoding
Is there a way to know where this value is coming from ? (Like Environment ...
0
votes
2answers
282 views
communicate with a process in utf-8 on a cp1252 consoless
I need to control a program by sending commands in utf-8 encoding to its standard input. For this I run the program using subprocess.Popen():
proc = Popen("myexecutable.exe", shell=True, stdin=PIPE, ...
10
votes
5answers
24k 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 ...
