aboutsummaryrefslogtreecommitdiff
path: root/src/printwchars-test.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-27 21:39:35 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-27 21:39:35 +0000
commit4be9db3a7bee4bb8c254ae26253a7ed70390589b (patch)
treee5c0a042275473c1a8a3d8ae5ab86495507450b4 /src/printwchars-test.pd
parent561c134e4ab3b0c746b79b26d305ae0c19e1ed4c (diff)
+ delegated optional single-object-external mish-mash to src/Makefile.am using AM_CONDITIONAL
+ for --enable-object-externals builds, install actual links for 'any2string', 'string2any' aliases - requires corresponding setup() routines in *bytes* + added printbytes, printwchars objects svn path=/trunk/externals/moocow/pdstring/; revision=10661
Diffstat (limited to 'src/printwchars-test.pd')
-rw-r--r--src/printwchars-test.pd45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/printwchars-test.pd b/src/printwchars-test.pd
new file mode 100644
index 0000000..e104607
--- /dev/null
+++ b/src/printwchars-test.pd
@@ -0,0 +1,45 @@
+#N canvas 30 10 564 356 10;
+#X msg 33 21 A B C;
+#X msg 311 287 C;
+#N canvas 0 0 338 182 locale_LC_CTYPE 0;
+#X obj 48 124 locale;
+#X obj 48 36 inlet;
+#X obj 48 64 symbol;
+#X msg 48 92 set LC_CTYPE \$1;
+#X text 57 143 + requires the "locale" external;
+#X connect 1 0 2 0;
+#X connect 2 0 3 0;
+#X connect 3 0 0 0;
+#X restore 343 318 pd locale_LC_CTYPE;
+#X msg 343 287 en_DK.ISO-8859-1;
+#X msg 465 287 en_DK.UTF-8;
+#X msg 259 27 228 246 252;
+#X msg 287 50 960 948;
+#X text 343 27 "&auml &ouml &uuml";
+#X text 341 51 "&pi &delta";
+#X obj 36 228 list prepend myString;
+#X obj 36 250 list trim;
+#X msg 211 209 65 0 66 0 67 0;
+#X obj 36 106 any2wchars;
+#X obj 78 134 print any2wchars;
+#X obj 76 158 wchars2any;
+#X obj 124 184 print wchars2any;
+#X obj 36 280 printwchars;
+#X obj 258 160 printwchars wcs;
+#X obj 260 80 t l l;
+#X obj 300 108 print wchars;
+#X connect 0 0 12 0;
+#X connect 1 0 2 0;
+#X connect 3 0 2 0;
+#X connect 4 0 2 0;
+#X connect 5 0 18 0;
+#X connect 6 0 18 0;
+#X connect 9 0 10 0;
+#X connect 10 0 16 0;
+#X connect 11 0 9 0;
+#X connect 12 0 9 0;
+#X connect 12 0 13 0;
+#X connect 12 0 14 0;
+#X connect 14 0 15 0;
+#X connect 18 0 17 0;
+#X connect 18 1 19 0;