From: David Newman <[EMAIL PROTECTED]> > However, it doesn't answer the root question, namely how to parse text > that contains Western European characters such as accents and umlauts. > > I see from the Text::CSV documentation that this module handles only > characters between 0x20 and 0x7e. I also see there is a binary mode for > any character, but the documentation does not describe whether the > module parses binary-mode characters the same way as ASCII characters. > > This seems like a fairly standard problem. What's the "right" way (or, > given perl culture, "a" way) to handle text outside the 0x20 to 0x7e range?
Erm. What problems do you have with the handling? The right way given perl culture is to try and IF you have problems, ask for help. Not ask for help before you know whether there actually is any problem. So, try to do what you wanted to acomplish and if it doesn't work as you expected, come back, tell us what you tried, what you wanted, what you got and show us your data. Most likely you'll find out that it just works. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/