in reply to Regex (find an * after a digit)
You say you are not really doing any utf8 stuff, but it would appear that your text file contains non-ASCII data (e.g. latin1 "accented" characters). If the file uses the "upper table" of iso-8859-1, then the "0xb2" byte is a superscript "2". If it's some other character set, then it's probably some other "special" character. Or maybe it's just noisy data...
In any case, upgrading to 5.8.2 (the current version) will help. 5.8.0's "interpretive preference" based on the locale setting was ultimately viewed as a bad idea, and was changed in 5.8.1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Regex (find an * after a digit)
by Anonymous Monk on Feb 06, 2004 at 05:39 UTC |