Specifying a character set for data import to a Unicode AR System server
When importing pre-7.0.00 data to a BMC Remedy AR System 7.0.00 or later Unicode server using XML .ARX or .DEF files, specify which character set the data uses. Specifying a character set lets BMC Remedy AR System know that it needs to convert the incoming data from a non-Unicode character set to Unicode.
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: <?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: char-set: big5
The following table contains character set encoding names you should use when you edit your .ARX or .DEF file.
Character set encoding names