Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6995212

Java_com_sun_deploy_config_WinPlatform_getPlatformUserHome does not support localized user names.

XMLWordPrintable

    • b123
    • x86
    • windows
    • Not verified

      An attempt to work in parallel with UNICODE, ASCII and Multibyte string (UTF8) is not a good choice. You will never localize the problem for user “¿¿¿¿¿¿¿” or “¿¿¿¿”, but the problem could really happen!
      The file deploy/src/common/windows/native/Platform.cpp, the function Java_com_sun_deploy_config_WinPlatform_getPlatformUserHome returns ASCII path only. Naturally NT kernel is UNICODE, so by using ASCII we have a parameters conversion penalty.

            uta Alexey Utkin (Inactive)
            uta Alexey Utkin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: