Dave Burt <dave / burt.id.au> wrote: > > Except that won't work, because tr only matches bytes, not multi-byte > characters. > > (It might work after applying one of the Unicode string extensions that have > been floating around recently. But not in standard Ruby.) Oh - didn't know that! Pretty sad. Thanks for the correction. martin