Code page is another term for character encoding. It consists of a table of values that describes the character set for a particular language.
0
votes
0answers
13 views
How to change the cmd.exe output into English on German system [migrated]
On German platform, by default, run command line "systeminfo", the output is in German.
But, I need it to output in English.
So, I run "chcp 437" to change the code page to United States.
But, it ...
0
votes
0answers
17 views
MFC Em-dash and En-dash in CJK resource files
I have a MFC application that has translation to several languages, and I want to use the characters:
em-dash (—; Windows: Alt+0151; Unicode:\u2014)
en-dash (–; Windows: Alt+0150; Unicode:\u2013)
...
0
votes
2answers
50 views
File Export - Strange Characters
I've been asked to replicate a file sent by the following Excel VBA code. The problem is with the export of the data contained within the "for" loop. The quantity ".111" is being written in the export ...
0
votes
1answer
82 views
Mapping integral values to other integral values
I'm mapping the characters in the archaic IBM Code Page 437 to 16-bit UCS2 codes. Going to UCS2 is a fairly straight forward process:
const unsigned short ibm437_to_ucs[] = { 0x0000, 0x0001, ..., ...
0
votes
1answer
90 views
What Progress 4GL parameters could affect default frame width?
While upgrading an application from Progress 4GL 7.4 to 10.2b ABL a problem has arisen in the menu display, for which I have no source code. Instead of showing 2 columns of menu choices I am seeing 3 ...
0
votes
0answers
46 views
Ubuntu Custom Character Set or Code Page
I currently have a character based application that uses CP437 encoding for displaying all the lines and the logo and everything. Recently I had to store and view multi lingual data and ran into a ...
0
votes
0answers
69 views
Inserting Japanese characters into oracle database using vb.net
I want to insert Japanese to Oracle but the problem is when I generate Clob 3 byte set.
Input is "ニュールックス1.67" but system returns the result as "???????1.67"
Public Function GenClob(ByVal ...
0
votes
1answer
38 views
Progress codpage export data to sql via dtsx
In our Progress (V9.1B) the codepage used is ibm8858-1. On a unix sco machine.
In Progress I dump data as follows :
export stream strA to /u/usr/ppd/tesk.txt convert target "1252".
for each tab1 ...
1
vote
1answer
102 views
Makes sense to use wchar_t/wmain in a windows c++ console application?
I have been writing a new command line application in C++. One platform we support is, of course, Windows.
The Windows console, by default, uses the OEM code pages depending on the locale (for ...
0
votes
2answers
69 views
StrConv() corrupting strings on Windows 2008 server
I'm trying to migrate a web application from a windows 2008 vps to a dedicated windows 2008 vps ( both 32bit edition ). The problem i noticed ( and i've fighting with it for more than 24 hours as of ...
0
votes
1answer
91 views
Java Unicode Issue on Windows
When I run my application within Netbeans everything works fine - I can read/write unicode texts and filenames, but when I run the jar by double click or with java -jar test.jar I only get strange ...
1
vote
0answers
81 views
Posting cyrillic data with the help of jsoup
Im trying to post some data like this
Connection connection = Jsoup.connect(SEARCH_POST_URL);
connection.data("keywords", keywords);
Document document = connection.timeout(20000).post();
It works ...
1
vote
1answer
121 views
Encoding ☺ as IBM-437 fails while other valid characters like é succeed
☺:
>>> bytes('☺','ibm437')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.3/encodings/cp437.py", line 12, in encode
return ...
0
votes
1answer
66 views
Check codePage of string
I try to check if a string is part of a codepage like CP1254 or CP1250:
//cp1250
public static const CP1250_REGEXP:RegExp = ...
0
votes
0answers
36 views
How can an application set its codepage on Windows for “ANSI” functions? Is it possible? [duplicate]
Possible Duplicate:
How to change the CP_ACP(0) of windows ANSI apis in an application?
Whenever a Windows program uses "ANSI" versions of Windows API functions (e.g. MessageBoxA), a ...
1
vote
1answer
98 views
Encoding of dynamically-generated HTML markup
On the right is a jQuery UI sortable list, on the left there's another sortable list. As you can see, on the left column my language is supported (one with black circle).
Although this one is a ...
0
votes
3answers
66 views
GWT validation framework internationalization, wrong code page
This one is related to my previous post. My problem is that after I put messages in ValidationMessages.properties in languages other than English (Ukrainian and Czech in my case) I got messed up ...
0
votes
1answer
81 views
unicode characters
In my application I have unicode strings, I need to tell in which language the string is in,
I want to do it by narrowing list of possible languages by determining in which range the characters of ...
-1
votes
1answer
165 views
Configure Lotus Notes to parse utf8 in the header
The question is related to a question I've previously asked Message Broker —Sending Email
The problem is as following: I send an email vie Message Broker email node, and the Lotus Notes client ...
0
votes
0answers
99 views
Android character sets and codepages support
We are developing an Android application that sends information to a text printer and we need charset support to different codepages. Android doesn't have support to a lot of codepages. Does exists ...
1
vote
1answer
141 views
SSIS Export to RDB doesn't work with NonUnicode Page File (8859-9)
I'm trying to export data from a table in MS SQL Server 2008 R2 to a RDB Database.
But I'm having problems to export Hebrew strings to RDB because my SQL Server is Unicode and my RDB is Non-unicode.
...
3
votes
1answer
187 views
SSIS Transfer SQL Server Objects Task loses accents in transferred data
I have an SSIS package with a Transfer SQL Server Objects Task step that transfers tables (schema and data) from one database to another.
The source and the destionation databases have different ...
0
votes
1answer
40 views
different charsets in string (username) [closed]
I am writing registration module for CMS. The problem is that there are a lot of charsets and user may enter in one string Cyrillic and Latins letters, or letters from others alphabets, but with ...
4
votes
2answers
329 views
String-to-byte sequence translation using a fixed encoding, preferably UTF-8
In a windows c++ console application I would like to read a password from command-line input. The password is used for encryption (and later decryption, maybe elsewhere in the world on a windows pc ...
0
votes
1answer
391 views
python latin2 to Non-ISO extended-ASCII text
Hi i write script prasing text from web and my otput file must be in Non-ISO extended-ASCII text, with CRLF, LF line terminators
How i can write file as this codepage ?.
def save_file(potoczek, ...
1
vote
1answer
144 views
Decoding font with a given codepage
If given a set of text "abcdefg-foo" that is encoded with codepage "xzc" is it possible in python to decode those characters with the codepage?
More specifically, we have a known AFP codepage ...
0
votes
1answer
127 views
Bengali encoding
Does anybody know what encoding is this (in Bengali language):
Bs‡iRx eY©gvjvi cO_g eY©
‡fovi WvK, QvM‡ji e?v e?v WvK
‡Nvovi Mvwo; fvov‡U †gvUiMvwo
as an example this web site seems to use it:
...
1
vote
1answer
245 views
Wrong display of old DOS characters from code page 437
I'm making a text-mode game and apparently I've got some problems in displaying some of crucial characters in C#. They come from code page CP437, but even if I set code page to 437:
...
0
votes
3answers
500 views
Hebrew encoding in Java
I having an encoding issue. I have an android application that consists of a text field allowing a user to use a hebrew keyboard and key in hebrew characters.
I wish to encode this data according to ...
7
votes
1answer
189 views
LINQ-to-Entities with 8-bit ASCII data
I have an interesting issue handling 8-bit "ASCII" characters in LINQ-to-Entities and am hoping someone can give me a tip.
I have inherited a SQL Server 2000 database that has some pseudo-encrypted ...
1
vote
1answer
133 views
PDCurses and DOS codepage 437
I'm using PDCurses version 3.4 for Windows; it's compiling and running properly, but I can't get it to display the IBM Extended Ascii characters from Codepage 437 (although the console is running in ...
2
votes
2answers
882 views
What encoding/code page is cmd.exe using when it is started?
A nearly identical question was asked before. A good explanation of code pages was given in the reply, but it did not answer the question in my mind: What controls the code page used when cmd.exe is ...
1
vote
2answers
376 views
VB.NET How to force Asc to use english codepage on non-english systems
In VB.NET, I want to simulate a way to "force" the ASC function to use the english codepage, even on a system having the "language for non-unicode" different than English.
For example:
Asc("Œ")
On ...
0
votes
0answers
107 views
export on phpMyAdmin changes some characters to “?”
I have a database with 1252 code page and Persian data. When I export some tables via phpMyAdmin some characters is changed to "?".
phpMyAdmin version information is 3.4.10.1
There is a simple ...
0
votes
2answers
2k views
Delphi decode json/utf8 escaped text
I'm writing a module for complicated application and my module should process json response, returned by web server. So, my issue is about how can I decode such kind of text:
...
3
votes
2answers
114 views
Restrict user input to characters in IBM System i 00280 code page
We need to restrict user input in a classic ASP web site to the characters allowed by the 00280 code page of IBM System i.
Is there a way to do it in a sane way besides having a (JavaScript|VBScript) ...
0
votes
0answers
260 views
UTF-8 file with mixed languages (English, Chinese, and German) that goes to MVS system
I have a UTF-8 file with mixed languages (English, Chinese, and German) that goes to MVS system. What I'm trying to do is convert this file to EBCDIC without lose any char. I think it would be ...
1
vote
1answer
173 views
How to find the code page ID of an Outlook message file (.msg)
I want to get the Code Page ID that was used when writing an email (outlook .msg file). The property that holds this information is PidTagMessageCodepage. But I cannot find how to access it with C++.
...
6
votes
2answers
173 views
Can a file be read and written right back with small changes without knowing its encoding in C#?
I need to download from FTP over 5000 files being .html and .php files. I need to read each file and remove some stuff that was put there by virus and save it back to FTP.
I'm using following code:
...
0
votes
3answers
583 views
How to change the CP_ACP(0) of windows ANSI apis in an application?
I try to draw text using a dll library which has only interfaces of ANSI version encapsulated windows ANSI apis, but I need to store string data using utf-8. I don't want to convert strings using ...
2
votes
2answers
112 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 ...
0
votes
1answer
489 views
DB2 Import with codepage modifier
db2 => IMPORT FROM "/home/user/beetri/catalogue_data.csv" of del
MODIFIED BY CODEPAGE=930
INSERT INTO TEMP_UPLOAD_PRODUCT_ATTRIBUTES (PRODUCTGUID, GENERIC_NAME,
CATEGORY_GUID, LOCALEGUID, ...
11
votes
1answer
10k 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
67 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.
1
vote
2answers
2k views
What exactly is Unicode Codepage 1200?
While investigating some localization options, I stumbled across this as a save option in Visual Studio. What is Unicode Codepage 1200 exactly? An MSDN page says:
"Unicode UTF-16, little endian ...
0
votes
2answers
345 views
How to display umlauts in chm Table of Contents?
I'm creating the german version of a chm help file. My problem is in Table of Contents umlauts are not displayed. I assume it is because of code page. The hhc file is ANSI. Converting it to Unicode ...
0
votes
1answer
311 views
Delphi 2006 translate from/into French/Dutch/German with a single ansi codepage
I need to make some translations from/into the French/Dutch/German languages using Delphi 2006 (without any third party units/components).
These 3 languages have the code page 1252. Our database is ...
3
votes
1answer
200 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 ...
4
votes
2answers
495 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 ...
1
vote
1answer
394 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 ...



