Re: Re[2]: converting Japanese chars into their Unicode values using 5.8's Encode

2002-09-19 Thread Nick Ing-Simmons
Robert Allerstorfer <[EMAIL PROTECTED]> writes: >Hi Nick, > >thank you so much for solving that problem! I didn't know that >"Unicode" is a valid canonical name of an available encoding, since > >use Encode; >my @all_encodings = Encode->encodings(":all"); >print join("\n", @all_encodings); > >does

Re[2]: converting Japanese chars into their Unicode values using 5.8's Encode

2002-09-19 Thread Robert Allerstorfer
Hi Nick, thank you so much for solving that problem! I didn't know that "Unicode" is a valid canonical name of an available encoding, since use Encode; my @all_encodings = Encode->encodings(":all"); print join("\n", @all_encodings); does not include it on my machine. best, rob -- On Thu, 19 S