Migration Guide


Migrating to Unicode

In this release, the MPR files are generated using Unicode strings (UlcUnicodeSBStrings). However, in previous releases, the MPR files were generated in Unicode of type String. Unless you are running in compatibility mode, you must migrate your application as follows:

  1. Migrate your MPR files. See Migrating MPR files.
  2. Migrate your application by one of the following ways:
    • Convert the hardcoded strings to Unicode strings. For information on converting strings to Unicode, see Converting Strings to Unicode.
    • Add code to convert the data received from Unicode strings into local code page strings.
      Note:This alternative may cause you to lose data if your client and server are not using the same locale.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]