From 5896a4d65de68c5e29b5566234e71e1c288df08d Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Fri, 23 Jan 2009 21:26:14 +0000 Subject: + added locale/ : basic C99 locale support svn path=/trunk/externals/moocow/; revision=10605 --- locale/README.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 locale/README.txt (limited to 'locale/README.txt') diff --git a/locale/README.txt b/locale/README.txt new file mode 100644 index 0000000..6ab1efd --- /dev/null +++ b/locale/README.txt @@ -0,0 +1,35 @@ + README for pd external 'locale' + + Last updated for locale v0.01 + +DESCRIPTION + The 'locale' object provides access to the internationalization + facilities in locale.h + +INSTALLATION + Issue the following commands to the shell: + + cd locale-X.YY (or wherever you extracted the distribution) + ./configure + make + make install + +BUILD OPTIONS + The 'configure' script supports the following options, among others: + + * --enable-debug , --disable-debug + Whether to enable verbose debugging messages. Default=no. + +ACKNOWLEDGEMENTS + PD by Miller Puckette and others. + + Ideas, black magic, and other nuggets of information drawn from code by + Guenter Geiger, Larry Troxler, and iohannes m zmoelnig. + +KNOWN BUGS + Injudicious use of the "set" method can confuse Pd float-parsing + mechanisms. See locale-help.pd for details. + +AUTHOR + Bryan Jurish + -- cgit v1.2.1