Tobias Markus afbae58a61 findlocale: Move VERSION to VERSION.txt %!s(int64=4) %!d(string=hai) anos
..
LICENSE 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ %!s(int64=15) %!d(string=hai) anos
Makefile 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ %!s(int64=15) %!d(string=hai) anos
README.findlocale 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ %!s(int64=15) %!d(string=hai) anos
VERSION.txt afbae58a61 findlocale: Move VERSION to VERSION.txt %!s(int64=4) %!d(string=hai) anos
example.c 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ %!s(int64=15) %!d(string=hai) anos
findlocale.c 40af078133 Fix conversion warnings in findlocale.c %!s(int64=9) %!d(string=hai) anos
findlocale.h 43b41a583b Fixed compiler warnings, see bug962 %!s(int64=11) %!d(string=hai) anos

README.findlocale

FindLocale -- a cross-platform C module for detecting the user's language
Adam D. Moss / adam at steambird.com / adam at gimp.org

This is an early release of a straightforward API which can be used to
detect the user's current preferred (language,country,variant) setting
in a uniform manner across multiple platforms. It is not intended
to provide localization functions, but rather it is a basis on which to
make localization decisions.

Currently, win32 (win95+) and unix-alikes are supported.

Please see example.c and findlocale.h for illumination of this API.

Ports and patches are always welcome.

License: Completely free; see the LICENSE file.

--adam