Article ID: 139114
Article Last Modified on 3/8/2005
char_set Description
-------- -----------------------------------------------------
SV_A Only the following characters are converted:
$ # @ A-Z 0-9
SV_AE Only the following characters are converted:
. $ # @ a-z A-Z 0-9
SV_G SNA Server uses a user-defined type G conversion
table for character conversion. See below for more
information about type G conversion table.
See Appendix A of the IBM SNA Formats Guide (IBM doc #GA27-3136) for
a description of the A and AE character sets. For SV_A and SV_AE
conversions, trailing blanks (that is, blanks at the end of the source
string) are converted to blanks in either direction. In contrast,
embedded blanks are converted to 0x00 (NULL). If any source character
is converted to 0x00, the CONVERSION_ERROR secondary return_code is
returned, though the conversion will still be completed.
On Windows 3.x, copy the COMTBLG.DAT file to the client machine and add a COMTBLG entry to the [wnap] section of WIN.INI to point to this file. For example:
COMTBLG=C:\SNA.WIN\COMTBLG.DAT
ASCII code pages (also referred to as PC Character Sets)
--------------------------------------------------------
437 - English. US IBM PC. Includes characters for English and most
other European languages. Countries using this code page include
those from Latin America, the United States and Australia.
850 - Multilingual (Latin I). Includes characters for most of the
languages that use the Latin alphabet. This includes Belgium,
Canada(French), Denmark, Finland, France, Germany, Italy,
Netherlands, Norway, Portugal, Spain, Sweden, Switzerland, and
United Kingdom. Latin America, the United States and Australia
may also use this code page.
860 - Portuguese. Includes specific character support for the
Portuguese of Portugal.
863 - Canadian-French. Includes characters for English and
Canadian-French
865 - Slavic/Nordic (Latin II). Includes characters for the Slavic
languages that use the Latin alphabet.</WWITEM></WWSTEPS>
EBCDIC code pages (also referred to as host code pages)
-------------------------------------------------------
037 - United States, Australia, Belgium, Canada(English and,
French), Netherlands, Portugal
273 - Germany
277 - Denmark, Norway
278 - Sweden, Finland
280 - Italy
284 - Latin America, Spain
285 - United Kingdom
297 - France
500 - International, Switzerland (German and French)
NOTE: User defined code pages range from 65280 - 65534
Additional query words: prodsna
Keywords: kbhowto kbnetwork kbprogramming KB139114