From 2fca84eeb6f1079b1f8a0723f5d2b176aa1b62e3 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 24 Jan 2009 22:43:09 +0000 Subject: + added basic pdstringUtils.c, bytes2wchars.c svn path=/trunk/externals/moocow/; revision=10617 --- pdstring+wchar/src/bytes2wchars-test.pd | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pdstring+wchar/src/bytes2wchars-test.pd (limited to 'pdstring+wchar/src/bytes2wchars-test.pd') diff --git a/pdstring+wchar/src/bytes2wchars-test.pd b/pdstring+wchar/src/bytes2wchars-test.pd new file mode 100644 index 0000000..b5d3706 --- /dev/null +++ b/pdstring+wchar/src/bytes2wchars-test.pd @@ -0,0 +1,40 @@ +#N canvas 96 10 578 300 10; +#X obj 114 136 bytes2wchars; +#X obj 138 168 print wchars; +#X obj 285 238 locale; +#X msg 285 159 get; +#X msg 321 215 set LC_CTYPE \$1; +#X obj 321 194 symbol; +#X msg 321 163 C; +#X msg 355 163 en_US.ISO-8859-1; +#X msg 477 163 en_US.UTF-8; +#X obj 284 262 print locale; +#X msg 41 41 246; +#X floatatom 116 204 5 0 0 0 - - -; +#X msg 41 61 195 182; +#X text 39 23 ö \;; +#X text 95 41 latin1; +#X text 99 59 utf8; +#X msg 159 61 197 147; +#X text 155 23 &oelig \;; +#X msg 159 39 339; +#X msg 245 37 960; +#X msg 245 59 207 128; +#X text 245 21 &pi \;; +#X msg 337 63 207 128 197 147 195 182 0; +#X connect 0 0 1 0; +#X connect 0 0 11 0; +#X connect 2 0 9 0; +#X connect 3 0 2 0; +#X connect 4 0 2 0; +#X connect 5 0 4 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 8 0 5 0; +#X connect 10 0 0 0; +#X connect 12 0 0 0; +#X connect 16 0 0 0; +#X connect 18 0 0 0; +#X connect 19 0 0 0; +#X connect 20 0 0 0; +#X connect 22 0 0 0; -- cgit v1.2.1