Guidelines for using user-defined characters
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
CAUTION: If an OpenEdge application has a
tier (client, server, and so on) built earlier than Version 9.0B
or 9.1A, you must alter the lead-byte table to include the lead-bytes
of the Gaiji characters.
When you use user-defined characters, remember to:
- Go into the Japanese.datCONVMAP file
and, in the lead-byte attribute table, set the value of each byte
in the range 240 through 252 to 1, to indicate a lead byte. You
might only have to set some of them, depending on how many user-defined
characters you want.
The Japanese.datCONVMAP file resides in the
OpenEdge/prolang/convmap directory. For more information on CONVMAP files, see Character Processing Tables. - Start each database server with the
-cpinternalstartup parameter set to SHIFT-JIS. - Start each client with the
-cpinternalstartup parameter set to SHIFT-JIS. - Connect to a SHIFT-JIS database.