There is no way to convert ANSI-encoded characters to widestring yet. I want to use iconv but I don't know how to use it. Is there a way

  • Thank you very much. I will wait for your reply
  • I defined the sring[255] assignment to string ansistring widesring as garbled

Please clarify what you try to do, and on what platform. Best if you can provide a testcase – a simple application that can be compiled that demonstrates the problem.

In general, converting to AnsiString to WideString should “just work”. On Android, the widestring manager is set up automatically, see Android FAQ | Manual | Castle Game Engine .

  • Okay, thanks. I’ll get some help