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

java.io.StreamTokenizer: wordChars cannot set digits to wordChars.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.1, 1.1.1, 1.1.4, 1.2.0
    • core-libs
    • generic, x86, sparc
    • solaris_2.5.1, windows_nt



      Name: sgC58550 Date: 05/05/97


      Here's a fragment, mail me if you can't reprduce the bug.

      StreamTokenizer st = new StreamTokenizer(r);

      // set digits to word chars

      st.ordinaryChars('0','9'); //This line & the next 3 should not be needed.
      st.ordinaryChars('-','-');
      st.ordinaryChars('.','.');
      st.wordChars('0','9');
      st.wordChars('-','-');
      st.wordChars('.','.');
      company - Psion , email - ###@###.###
      ======================================================================

            zlisunw Zhenghua Li (Inactive)
            sgoodsunw Sheri Good (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: