From: Yukihiro Matsumoto Date: 2005-03-10T09:02:20+09:00 Subject: Re: ncurses ruby and utf-8 Hi, In message "Re: ncurses ruby and utf-8" on Thu, 10 Mar 2005 08:46:50 +0900, "Cs. Henk" writes: |This is interesting, thanks for the pointer! But then, how are these |popular schemes supported by ruby? Isn't it possible/desirable to use a |generic scheme which can be realized then either as unicode or as one of |the above encodings? Ruby Regexp can handle these encodings (i.e. EUC-JP, Shift_JIS, UTF-8). matz.