From: Ryan Smith Date: 2010-01-29T02:05:32+09:00 Subject: gsub not working to replace a 'Chinese' Charater. gsub not works for me when replace 'DBCS'(double byte character set) character, using last version ruby 1.8.6 when "strºº×Öend".gsub(/ºº×Ö/,"hanzi"), output still is: strºº×Öend , but not strhanziend which I want to get. Searched web two whole night with no clue found. Anyone can help are much appreciated, need got it work very urgent. thank you! -- Posted via http://www.ruby-forum.com/.