/usr/lib/pd/extra/pdstring/bytes2wchars-help.pd is in pd-pdstring 0.10.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | #N canvas 610 14 566 410 10;
#X text 81 5 bytes2wchars : convert bytes to wide characters;
#X text 11 27 SYNTAX: bytes2wchars [INITIAL_BUFSIZE];
#X text 11 46 INLETS:;
#X text 241 48 OUTLETS:;
#X text 19 62 1 - byte-valued float lists;
#X text 257 62 1 - wchar_t-valued float lists;
#X obj 24 310 bytes2wchars;
#X obj 24 334 print bytes2wchars-help;
#X msg 24 95 97 32 98 32 99;
#X msg 41 227 228 246 252;
#X msg 71 159 C;
#X text 69 129 8-bit values are interpreted according to the current
locale's LC_CTYPE category: here are some examples:;
#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 103 190 pd locale_LC_CTYPE;
#X msg 45 255 195 164 195 182 195 188;
#X text 219 253 ... the same string encoded in UTF-8;
#X text 205 387 Bryan Jurish <moocow@ling.uni-potsdam.de>;
#X text 11 371 SEE ALSO:;
#X obj 26 388 pdstring;
#X obj 93 388 locale;
#X text 11 355 BUGS: float representation is only safe up to 24-bit
values;
#X msg 103 159 en_DK.ISO-8859-1;
#X msg 225 159 en_DK.UTF-8;
#X text 145 97 Values <= 127 are unchanged;
#X msg 49 281 207 128 206 180;
#X text 217 225 ISO-8859-1 bytes "ä \, ö \, ü";
#X text 219 283 "&pi &delta" in UTF-8;
#X connect 6 0 7 0;
#X connect 8 0 6 0;
#X connect 9 0 6 0;
#X connect 10 0 12 0;
#X connect 13 0 6 0;
#X connect 20 0 12 0;
#X connect 21 0 12 0;
#X connect 23 0 6 0;
|