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

javac can't compile source code including Japanese characters

XMLWordPrintable

    • 1.1fcs
    • x86
    • windows_95
    • Not verified


      masayoshi.okutsu@Eng 1997-01-14
      On Japanese Windows95, the javac compiler cannot compile source code which
      includes EUCJIS characters.

      Sample program (includes an EUCJIS character at line 3):

      public class Char4{
          public static void main(String[] args){
              ; // í­
          }
      }

      Execution results:

        OK on Solaris:

      % javac Char4.java
      %

        Error on Win95:

      [E:\]javac Char4.java
      error: Can't read: Char4.java
      1 error

      [E:\]

            nishimur Naoyuki Ishimura (Inactive)
            okutsu Masayoshi Okutsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: