×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I'm probably just not understanding how this is supposed to work, so
maybe someone can set me straight here.
Why does this work:
String[] fields = errRecord.replace("|", "\t").split("\t");
While this does not:
String[] fields = errRecord.split("|");
The pipe character (|) is 0x7c, and it's the same in the input document
as when I type it from the keyboard. The input document itself is a PC
ANSI file, with CCSID = 819, sitting on an Windows share. I'm running
Java 1.6.0_24. It does the same thing in Java 1.6.0_23.
- --
Pete Hall
pete@xxxxxxxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.