This program is a short of example of localizing GTK+. In
particular, this program is set up for demonstrating
the ru_RU locale and cyrillic display and entry of
text.

 - Compile it: type 'make'

 - Make sure you have an iso-8859-5 font installed

 - (Optional) Set up your keyboard for russian. For example,
   for XFree86, you can put:

    XkbKeymap   "xfree86(ru)"

   in the "Keyboard" section of  XF86Config, which sets up
   <CapsLock> to toggle between cyrillic and roman keyboard
   maps.

 - Run it:

   LANG=ru_RU ./cyrillic

Owen Taylor
Nov 9, 1998