Tagged Questions
The codepages tag has no wiki summary.
8
votes
3answers
284 views
Can .NET convert Unicode to ASCII to remove “smart quotes”, etc?
Some of our users use e-mail clients that can't cope with Unicode, even when the encoding, etc. are properly set in the mail headers.
I'd like to 'normalise' the content they're receiving. The ...
8
votes
4answers
7k views
Is codepage 65001 and utf-8 the same thing?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
7
votes
7answers
539 views
Dummy's guide to Unicode
Could anyone give me a concise definitions of
Unicode
UTF7
UTF8
UTF16
UTF32
Codepages
How they differ from Ascii/Ansi/Windows 1252
I'm not after wikipedia links or incredible detail, just some ...
6
votes
2answers
258 views
What codepage encodes a 'ç' as '?º' (0x3f 0xba)
Today I received a file from a customer that I have to read, but it contains strange characters. Using known names, I can guess the meaning of some characters.
For example:
Realname | Encoded as ...
4
votes
2answers
173 views
How do I convert arabic letters in htmlentities symbols?
I need convert arabic letters in htmlentities symbols. Codepage: ISO-8859-1.
سك - this is arabic symbol for example.
htmlentities("سك")
returns:
س�
How can I get from this symbol the ...
4
votes
2answers
441 views
Perl Unicode glitch
In this output, why am I getting extra newlines after printing non-ASCII Unicode characters?
Platform is Windows Vista and problem occurs after chcp 65001 but not after chcp 850
C:\>chcp 850
Active ...
4
votes
2answers
76 views
Terminology and concepts surrounding the use of code pages
I'm in the process of researching code pages and have come across many conflicting uses of terminology, even amongst different Wikipedia entries. I just can't find a source of information that spells ...
4
votes
3answers
635 views
Delphi Standard Input Output Code page
Delphi 2010
When reading from file using readLn procedure, by default i get unicode string converted from code page 1251 (code page of windows).
How can i change this and read from file in other ...
4
votes
4answers
4k views
How do you specify a Java file.encoding value consistent with the underlying Windows code page?
I have a Java application that receives data over a socket using an InputStreamReader. It reports "Cp1252" from its getEncoding method:
/* java.net. */ Socket Sock = ...;
InputStreamReader is = new ...
3
votes
1answer
59 views
Strings transcoding in Java
I've found a piece of code recently, which does the following:
String s = ... // whatever
...
s = new String(s.getBytes(myEncoding), myEncoding);
For me it appears to be absolutely non-sense.
Is ...
3
votes
2answers
153 views
Why chars become useless? libcurl c++ Utf-8 encoded html;
First of all sorry for my bad english.
I have done my research but there isn't any related answers to solve my problem.
I have understood and learnt about CodePages Utf 8 and other stuff about in c or ...
3
votes
2answers
96 views
In which Windows version did Windows ANSI Western (cp 1252) first appear?
I would like as definitive a reference as possible for which version of Windows introduced the Windows ANSI Western character encoding.
My prime suspects are Windows 1.0 (common sense) and Windows ...
3
votes
1answer
509 views
Codepage 850 works, 65001 fails! There is NO response to “call foo.cmd”. internal commands work fine
The question basically explains the problem.
I'm using Windows XP Pro Service Pack 3
ComSpec=C:\WINDOWS\system32\cmd.exe
I launched the console via Start... Run-dialog... cmd.exe
Here is a "view" ...
3
votes
1answer
1k views
How can I change console font?
I have a problem with output Unicode in Windows XP console.
(Microsoft Windows XP [Version 5.1.2600])
First code is that(from http://blogs.msdn.com/b/michkap/archive/2008/03/18/8306597.aspx)
...
3
votes
2answers
563 views
DELPHI : EEncodingError - Invalid code page on windows xp embedded
Hi I have a application that works well on
windows xp pro, windows Visa, windows 7
But when I run it on windows xp embedded it does not work
and gives the following error:
EEncodingError - Invalid ...
3
votes
7answers
8k views
Convert from Codepage 1252 (Windows) to Java, in Java
I have some strings in Java (originally from an Excel sheet) that I presume are in Windows 1252 codepage. I want them converted to Javas own unicode format. The Excel file was parsed using the JXL ...
3
votes
3answers
380 views
Codepages and encodings
Before anyone recommends that I do a google search on this, I have. I just need a bit more clarity around what codepages and encodings.
If I use UTF8 encoding, and use an italian code page and then a ...
2
votes
2answers
56 views
Are non-latin numerals in Windows SBCS codepages used by any Microsoft libraries to represent numerical data in C strings?
I'm trying to write a parser for "text" files which I know will be encoded in one of the Windows single byte code pages. These files contain text representations of basic data types, and the spec I ...
2
votes
1answer
75 views
Text was truncated or one or more characters had no match in the target code page When importing from Excel file
I have an excel file with four text columns:
one of them is called ShortDescription which has the longest value.
I created a table in SQL Server 2008 database, with four columns and the ...
2
votes
0answers
23 views
How can I create a codepage under Windows?
I want to create a codepage under Windows, but I do not where to start.
Thanks.
2
votes
1answer
115 views
Yet another code page detection question
OK, before you jump at me with spears and take me away to the burning battlefield of code pages, please note that I am not trying to auto-detect the code page of a text. I know that's not possible.
...
2
votes
1answer
306 views
How to Convert UTF-8 Arabic letters to CodePage 1001?
I have a Star Micronics TSP that supports CodePage 1001 Arabic, how do I convert UTF-8 to that specific code page using C#?
Update: I found out that CodePage 864 is compatible with the printer, I ...
2
votes
1answer
488 views
MS Access *.MDB Conversion to MySQL or SQLite, Problem in data Encoding
Greetings, i'll present my case:
I'm in linux UBUNTU
i have several Jet3 .MDB (MS Acess Database) about 500MB each, in which the datas encoded in cp1256/WINDOWS-1256
i have made the sqlite databases ...
2
votes
2answers
385 views
How do I prevent a non-Unicode application to convert charset of resources when loading them on a differently localized machine?
We have a non-Unicode, C++ application, written with Visual Studio, that has been originally written for machines using the codepage 1252 character set.
Our application performs many post-processing ...
2
votes
3answers
326 views
How to read EBCDIC data with a non standard codepage, and not mess up numbers?
Here is one for the old(er) hands :-)
I'm reading a binary dump from a mainframe DB2 table. The table has varchar, char, smallint, integer and float columns. To make it interesting, the DB2 uses ...
2
votes
1answer
75 views
How to show arbitary characters in c?
warning C4566: character represented
by universal-charac ter-name '\u2E81'
cannot be represented in the current
code page (936)
Sometimes we need to display text in various languages such ...
2
votes
1answer
117 views
Default code page for each language version of Windows
Where can I find information about which code page is default for each language version of Windows? I.e the "ANSI" code page for each language version.
I've found the Code Pages Supported by Windows, ...
2
votes
2answers
196 views
How to set the code page of a Delphi 2006 executable
We're programming in Delphi 2006, using Multilizer 5.1 to translate the program. Now we've to added Polish as a new language in Multilizer. But when we open our executable, Multlizer says "Polish is ...
2
votes
4answers
200 views
What's the difference between an “encoding,” a “character set,” and a “code page”?
I'm really trying to get better with this stuff. I'm pretty functional with internationalization concepts like this, but I need to get a better background on the theory behind it.
I've read ...
2
votes
4answers
486 views
How do you convert posted “english” characters from international PC's in ASP.NET? (ex 2205)
I have a WebForm search page that gets occasional hits from international visitors. When they enter in text, it appears to be plain ASCII a-z, 0-9 but they are printed in bold and my "is this text" ...
2
votes
1answer
1k views
Programmatically change the default code page in Windows XP? (from Delphi)
Could anyone advise how to programmatically change the default Windows XP code page (I'm doing this from Delphi)? (This would be the equivalent of going into Control Panel -> Regional Settings -> ...
2
votes
1answer
147 views
What is the most robust way to determine the current codepage from a shell script?
I'd like to determine the environment's current codepage at runtime from a Unix shell script. What's the most reliable way of doing this?
I'm looking into parsing environment variable $LC_ALL, but it ...
2
votes
5answers
1k views
CodePage ID to CodePage name: GetEncoding equivalent in Delphi?
I'm looking for a Win32 equivalent of the .Net Encoding.GetEncoding Method to be used in Delphi7.
What I would like to achieve is to convert a Codepage ID (ie.: 28592) to a Codepage name (iso-8859-2 ...
2
votes
2answers
466 views
How to get encoding from MAPI message with PR_BODY_A tag (windows mobile)?
I am developing a program, that handles incoming e-mail and sms through windows-mobile MAPI. The code basically looks like that:
ulBodyProp = PR_BODY_A;
hr = ...
2
votes
2answers
2k views
Java 1.6 Windows-1252 encoding fails on 3 characters
EDIT: I've been convinced that this question is somewhat non-sensical. Thanks to those who responded. I may post a follow-up question that is more specific.
Today I was investing some encoding ...
2
votes
2answers
493 views
SQL Server 2005 CodePage Issue
I have a problem I am trying to resolve. We have a SQL Server 2005 running a commercial ERP system. The implication for this is that we cannot change the database structure and all of the character ...
2
votes
1answer
627 views
Specifying codepage for PInvoke string marshalling using C#
I am calling a DLL using PInvoke. The DLL's function returns a C string in codepage 437.
Is there a way to have the .Net marshaling convert the string to unicode, or could someone suggest which ...
2
votes
2answers
598 views
Creating tar archive with national characters in Java
Do you know some library/way in Java to generate tar archive with file names in proper windows national codepage ( for example cp1250 ).
I tried with Java tar, example code:
final TarEntry entry = ...
2
votes
3answers
1k views
How to get the code page of the current keyboard layout?
My non-Unicode application needs to be able to process Unicode keyboard input (WM_CHAR/etc.), thus receive the 8-bit character code then internally convert it to Unicode. 9x-compatibility is required, ...
2
votes
1answer
3k views
What codepage/charset should be used to interpret data coming from an MVS system into a Java Environment?
I've come into an interesting problem (as is often the case in interacting with legacy systems). I'm working on an application (which currently runs on a x86 Linux or Windows system) that can receive ...
2
votes
2answers
852 views
What is Codepage 0?
I'm using the Delphi function
StringCodePage
I call it on a string returned by a COM function (Acrobat Annotation getContents - see my other posts) and it returns 0. What is 0? Ansi?
Thanks
1
vote
1answer
71 views
charset conversion with icu or iconv
In my CGI library, I'm using a converter in order to convert from a IANA-registered charset to native wide unicode (UTF-16/32, depending on platform). With ICU, are all the sets and aliases listed in ...
1
vote
3answers
103 views
SQL-like expression can't find half space character (Zero-Width-Non-Joiner (ZWNJ))
In the code below I want to select token where this token contain half space character.
Select * from
(select token = 'aaasss') as dd
where token like '%%'
favorable response:
...
1
vote
1answer
90 views
convert ANSI data to Unicode
i have a text file saved by encoding 1256.
as far as my Windows CE 5.0 on my device does not support that code page i can't open the file by that encoding in .NET CF, but the OS supports Unicode. (i ...
1
vote
0answers
65 views
Change default code page for debug console in VS10
Currently it defaults to my system locale, which is 932 (Japanese Shift-JIS) in my case, but I want it to be 65001 (UTF-8) by default.
I can change the default for a given program by inserting a ...
1
vote
1answer
85 views
LGHT0311 error on RTF file to be shown in licence dialog
Have a .wxl file for pt-BR and codepage 860, for some reason the included wxl file for the rest of the wix UI for pt-PT and pt-BR are using codepage 1252.
...
1
vote
1answer
95 views
Decode funny ISO encoding of e-mail message
I have an e-mail body (char[] buffer, retrieved via POP3), it apparently uses some markup for ISO code pages, e.g. a subject like
Daß ißt ään schlümmer Test
is encoded as
...
1
vote
3answers
93 views
How can I determine the index in codepage 850 for a char in C#?
I have a text file which is encoded with codepage 850. I am reading this file the following way:
using (var reader = new StreamReader(filePath, Encoding.GetEncoding(850)))
{
string line;
...
1
vote
1answer
103 views
Reading values with dataset messes up specific language characters dependending on client OS
I have made a windows application using C# that creates a dataset with data from a Dbase database file using a OleDBConnection.
My problem is that this runs just fine on my own computer (swedish) but ...
1
vote
0answers
30 views
GetCPInfoEx undocumented behavior/errors
GetCPInfoEx fails with codepage 20949 and 1147.
For 20949, the error in GetLastError is "The specified resource name cannot be found in the image file"
For 1147, GetLastError is empty.
Both these ...