From: hongseok.yoon@... Date: 2006-02-22T16:58:33+09:00 Subject: trouble with rexml I read XML file using REXML. The XML file contains Korean charactors. If I print the file using REXML::Document.write $stdout, everything is okay.( means Korean is printed out narmaly ) But, if I try again using REXML::Element.text, Korean charactors are broken.( some strange charactors ) ARe there any solution for this?