System properties dont support non-latin1 characters

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 1.1
    • Component/s: 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)


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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: