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

System properties dont support non-latin1 characters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1
    • core-libs
    • None
    • sparc
    • solaris_2.6


      Detailed Description:
        System properties dont support non-latin1 characters
         -- cant get current directory with non-latin1 characters

        Try this program with non-latin1 argument.
      ---------
      public class test {
        public static void main(String args[]) {
          System.out.println(System.getProperty(args[0]));
        }
      }
      ---------
        for example,
           java -Dtest=(non-latin1) test test
        or
           java -D(non-latin1)=aaaa test (non-latin1)


            apalanissunw Anand Palaniswamy (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: