On Mon, Nov 16, 2009 at 11:37:45AM +0900, Pavel Strnad wrote: > Hello, > I am facing a problem with ROXML. National characters are not well > generated on output. Maybe some problem with encoding. Can you help > me? > Output looks like this: > <result> > <status>0</status> > <msg>lut kĄ±</msg> > <errors/> > </result> > > Correct output should be: > <result> > <status>0</status> > <msg>lut k</msg> > <errors/> > </result> Can you provide some sample code that reproduces this problem? -- Aaron Patterson http://tenderlovemaking.com/