ok it's not a bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
kgraser
Posts: 2
Joined: Mon Jan 26, 2004 8:50 am
Location: San Jose, CA USA

ok it's not a bug

Post by kgraser »

I figured it out myself.

After reading the documentation more in detail, I realized that XML only supports UTF-16 and no UTF-8. The C Compiler by default saves as UTF-8.
That was all.

It's probably not too complicated to make irrlicht also understand UTF-8.

I bet this has not just confused me.

Klaus
Post Reply