Hi, At Wed, 13 Aug 2003 09:15:13 +0900, Nikolai Weibull wrote: > > Although "\xf1" seems ISO-8859-1 instead of UTF-8, you have to > > use -Ku option in command line or shebang to write literals in > > UTF-8. > > > ruby -Ku -e 'puts "\xf1"' > doesn't seem to work right (i get a box, not a squiggly n) I meant that single "\xf1" is not valid in UTF-8, do you want to use ISO-8859 instead? -- Nobu Nakada