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.pod | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 locale/README.pod (limited to 'locale/README.pod') diff --git a/locale/README.pod b/locale/README.pod new file mode 100644 index 0000000..df75acb --- /dev/null +++ b/locale/README.pod @@ -0,0 +1,48 @@ +=pod + +README for pd external 'locale' + +Last updated for locale v0.01 + +=head1 DESCRIPTION + +The 'locale' object provides access to the internationalization facilities in locale.h + +=head1 INSTALLATION + +Issue the following commands to the shell: + + cd locale-X.YY (or wherever you extracted the distribution) + ./configure + make + make install + +=head1 BUILD OPTIONS + +The 'configure' script supports the following options, among others: + +=over 4 + +=item * --enable-debug , --disable-debug + +Whether to enable verbose debugging messages. +Default=no. + +=back + +=head1 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. + +=head1 KNOWN BUGS + +Injudicious use of the "set" method can confuse Pd float-parsing +mechanisms. See locale-help.pd for details. + +=head1 AUTHOR + +Bryan Jurish Emoocow@ling.uni-potsdam.deE + -- cgit v1.2.1