Does PicoGUI support Internationalisation and Localisation?
Yes. PicoGUI leaves most internationalization tasks up to the client, so applications may use existing libraries like gettext. All text messages used by the PicoGUI server are loadable at runtime, and the server supports Unicode throughout. Currently only basic features of Unicode are supported (no right-to-left text or combining characters yet). PicoGUI’s “input filters” mechanism should allow international input methods to be implemented on either the client or the server side.