From: Ryan Smith Date: 2010-01-29T14:13:36+09:00 Subject: Re: gsub not working to replace a 'Chinese' Charater. I found my mistake is using incorrect reg match, it works after change to s=s.gsub(/#{cnarray[i]}/, x.to_s) thanks everyone! -- Posted via http://www.ruby-forum.com/.