Tobias Markus afbae58a61 findlocale: Move VERSION to VERSION.txt 4 lat temu
..
LICENSE 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 lat temu
Makefile 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 lat temu
README.findlocale 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 lat temu
VERSION.txt afbae58a61 findlocale: Move VERSION to VERSION.txt 4 lat temu
example.c 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 lat temu
findlocale.c 40af078133 Fix conversion warnings in findlocale.c 9 lat temu
findlocale.h 43b41a583b Fixed compiler warnings, see bug962 11 lat temu

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