Specifying a character set for importing data to a Unicode AR System server
If you do not specify a character set, the AR System server assumes the data is in the same character set the AR System server uses. If the character sets do not match, your data is imported but corrupted.
To specify a character set in an XML file
Open the XML file and make sure the proper encoding is specified in the following line: <?xml version="1.0" encoding="<encodingName>"?>
For example, to specify traditional Chinese, enter: <?xml version="1.0" encoding="big5"?>
To specify a character set in an .ARX file
Open the .ARX file and enter the following line at the top of the file: CHAR-SET <encodingName>
For example, to specify traditional Chinese: CHAR-SET big5
To specify a character set in a .DEF file
Open the .DEF file and enter the following line at the top of the file: char-set: <encodingName>
For example, to specify traditional Chinese, enter: char-set: big5
The following table contains character set encoding names that you must use when you edit your .ARX or .DEF file.