Hi!
I don't know how to use Polish characters for SFML.
German characters are working:
Title.SetText("ü, ß, ä, ö");
But if I use Polish font and characters they don't work.
Title.SetText("ł, ź, ń, ś, ó");
How can I use Polish characters with Polish words, not 0x...?
Uint32 MyCharset[] = {0x4E16, 0x754C, 0x60A8, 0x597D, 0x0}; // a set of unicode chinese characters