mirror / libX11

Xlib/libX11 mirror
http://www.x.org/releases/current/doc/libX11/libX11/libX11.html
Other
156 stars 62 forks source link

Not a real issue, but I need some help, in a way... #4

Open N1coc4colA opened 4 years ago

N1coc4colA commented 4 years ago

Hello, I'm trying to build a virtual keyboard using C++ (primarily) and C. I have all my GUI working perfectly. Where I have a problem, it's in ASCII conversion. I have some ASCII characters, translated to KeySym (XStringToKeySym) to KeyCode (XKeySymToKeyCode), but if I want "@", I can't find a proper way to do it... it's like "=", " " ", "é"... I want to convert any ASCII (Chinese, Japanese, Russian (cyrillic)... ). But I can't found how to do it, any tutorials from the web, people who already try something like that... Do you have any advice for that? Template or function (...)

By the way, does X11 and XLib have a support for Emoticons, like what KDE does?

Thank you for reading or any help : )