From 4be9db3a7bee4bb8c254ae26253a7ed70390589b Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Tue, 27 Jan 2009 21:39:35 +0000 Subject: + 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 --- src/printwchars-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/printwchars-help.pd (limited to 'src/printwchars-help.pd') diff --git a/src/printwchars-help.pd b/src/printwchars-help.pd new file mode 100644 index 0000000..a097bca --- /dev/null +++ b/src/printwchars-help.pd @@ -0,0 +1,21 @@ +#N canvas 82 52 450 300 10; +#X text 141 266 Bryan Jurish ; +#X text 17 231 SEE ALSO:; +#X obj 86 230 pdstring; +#X obj 150 230 locale; +#X text 153 45 "ABC"; +#X text 193 173 First argument is prefixed to output; +#X msg 44 44 list 65 66 67; +#X msg 54 64 foo 49 50 51; +#X text 153 65 "123" \, selector "foo" is printed extra; +#X msg 67 87 228 246 252; +#X text 159 115 "&pi &delta" in UTF-8; +#X text 35 7 printwchars - print wide character strings to pd console +; +#X text 157 89 "ä ö ü"; +#X msg 71 115 960 948; +#X obj 44 172 printwchars mywchars; +#X connect 6 0 14 0; +#X connect 7 0 14 0; +#X connect 9 0 14 0; +#X connect 13 0 14 0; -- cgit v1.2.1