-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.1, 1.1.1, 1.1.4, 1.2.0
-
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 - ###@###.###
======================================================================
- duplicates
-
JDK-4072408 java.io.StreamTokenizer will noton't allow digits to be wordChars
-
- Closed
-
-
JDK-4091645 java.io.StreamTokenizer does not handle hyphens correctly
-
- Closed
-
-
JDK-4100700 java.io.StreamTokenizer fails to handle period as first char in token
-
- Closed
-