Premade JudeDemo, or my compiled version don’t accept turkish
characters. But PinkLemon binary is ok. I looked PinkLemon’s source and
given vcproj file. Couldn’t find the reason.
well I can copy-and-paste those characters into the demo app here with no problems…(?) Have you tried copy-and-pasting as well, or just typing it directly with the keyboard?
ok, well it’s probably a side-effect of the scary hacks you seem to have to do on windows to process key-presses. I’ll try to emulate it and see what I can do.
I couldn’t figure out what was wrong - on my machine other apps seemed to get these characters completely wrong as well.
If you want to play around, try looking in juce_win32_Windowing.cpp, at the WM_CHAR messages that come in - that’s where the key presses arrive from Windows.