aboutsummaryrefslogtreecommitdiff
path: root/locale/README.pod
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-23 21:26:14 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-23 21:26:14 +0000
commit5896a4d65de68c5e29b5566234e71e1c288df08d (patch)
tree463798724f631d2181745e0c706eaa16bdaba88d /locale/README.pod
parent44396558c4651b92cd61f3adb7e7e06f811bd522 (diff)
+ added locale/ : basic C99 locale support
svn path=/trunk/externals/moocow/; revision=10605
Diffstat (limited to 'locale/README.pod')
-rw-r--r--locale/README.pod48
1 files changed, 48 insertions, 0 deletions
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 E<lt>moocow@ling.uni-potsdam.deE<gt>
+