From: "J. mp" Date: 2007-02-11T05:33:15+09:00 Subject: tr does not work with non-english chars Hi, if I do this ?> puts "usa".tr('a','b') usb => nil it works but with this: >> puts "usa".tr('達','b') It stays forever waiting for not sure about what. Does not work what I'm doing wrong? -- Posted via http://www.ruby-forum.com/.