in reply to Re: Unicode and You
in thread Unicode and You
That's actually what I'm working on, only I'm keeping the span open for /5\.00\d/ Although I only have to handle input, not output. My solution has been to handle the raw bytes and do the Unicode conversions myself, it seems to work.
--
perl -pew "s/\b;([mnst])/'$1/g"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Unicode and You
by crenz (Priest) on Aug 20, 2002 at 14:34 UTC |