in reply to trouble with umlauts
This is all IIRC; and I don't Recall Correctly fairly often.
One of the remaning problems with unicode is that regexes decide to match against unicode or nonunicode based solely on if it thinks the regex is unicode. Try forcing the matter by starting the regex with a unicode character. Adding ö{0} to the beginning should do it.
Try reading the "fixed bugs" section of a newer perl to see what bugs you have.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: trouble with umlauts
by theorbtwo (Prior) on Mar 19, 2002 at 18:54 UTC | |
by nefertari (Chaplain) on Mar 20, 2002 at 08:45 UTC | |
by theorbtwo (Prior) on Mar 21, 2002 at 07:33 UTC | |
by nefertari (Chaplain) on Mar 21, 2002 at 08:28 UTC |