Simple question:
English letters from editbox are properly saved in the XML file. But Russian letters from same editbox in the file XML recorded incorrectly !!! Help solve the problem!
Did you assign memory to fdf? Otherwise the content will be pretty random. Maybe try using tmp_editbox->getText() directly instead of trying to copy it into fdf.
If that doesn't help please give some more information:
- Which Irrlicht version
- Which operating system
- Small example which we can compile to reproduce the problem.