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?