Files: sr_CS, sr_CS@Latn These are updated locale files for GNU libc. They belong in libc/localedata/locales/ (in glibc CVS source), or for runtime, depending on your installation, in /usr/share/i18n/locales/. If you recompile GNU libc from source, you may want to apply a patch iso3166.patch from this directory; otherwise, you'll have to use "-c" (force) option to localedef in instructions below. To install them, simply run as root: # localedef -c -f UTF-8 -i sr_CS sr_CS # localedef -c -f UTF-8 -i sr_CS sr_CS.UTF-8 # localedef -c -f UTF-8 -i sr_CS@Latn sr_CS@Latn To check if you have installed them correctly, try the following in UTF-8 enabled terminal (eg. uxterm or gnome-terminal): $ LC_ALL=sr_CS date +%c уторак, 07. октобар 2003. 15:24:52 CEST $ LC_ALL=sr_CS@Latn date +%c utorak, 07. oktobar 2003. 15:25:58 CEST If you get the similar output, everything is fine. To use them permanently, add to your startup script (eg. ~/.profile for one user installation, or /etc/profile for system-wide installation in a GNU system; other systems may have different paths) the following line: export LC_ALL=sr_CS.UTF-8 (c)2003 Danilo Segan