Strange things happening in GLFW keyboard callback...

I have been using GLFW without a hitch for quite a while. I am using a regular US made PC running Win XP (US version). I send my program to my artist in France, and he says he can’t enter anything via the keyboard. After doing some troubleshooting, I have come to find that GLFW’s keyboard callback is sending only the ‘/’ character to the program. I have been running this program on numerous machines here in the US to try to find out if it may be a computer related problem. Apparently not. I suppose it’s because he’s in a different country with a different keyboard layout.

Is there a ready fix for this?

Hi!

This sounds very strange… I have a Swedish keyboard, and I have no problems. Hmmm… Are you sure that you follow the ISO Latin1 and/or Unicode standard(s) correctly? (this was a change in GLFW v2.4 - see the docs)