G
Gerry Lawrence
Newbie question: I have a method that takes utf-8 data as input, but
it is not working correctly. Can someone tell me what variable type I
should use to accept the utf-8 properly and then what I need to do to
use it with the StringTokenizer class? I'm currently using:
public static void MyParse(String line)
Thanks,
Gerry
it is not working correctly. Can someone tell me what variable type I
should use to accept the utf-8 properly and then what I need to do to
use it with the StringTokenizer class? I'm currently using:
public static void MyParse(String line)
Thanks,
Gerry