From: MikkelFJ Date: 2003-03-09T20:20:55+09:00 Subject: Re: What character sets are available in Ruby ? "MikkelFJ" wrote in message news:3e6b1d39$0$137$edfadb0f@dtext01.news.tele.dk... > identfiers with the following expression, oblivious to the fact that the > stream: > utf8ident = /[A-Za-z\x80-\xff][A-Za-z0-9\-\x80-\xff]*/ should read ... oblivious to the fact that the stream is UTF-8 or Latin-1. Mikkel