[PD] comments in japanese?

Krzysztof Czaja czaja at chopin.edu.pl
Wed Feb 26 12:36:26 CET 2003


hi again,

seems like changing line 409 in g_rtext.c from

- if (n == '\n' || isprint(n))

to

+ if (n == '\n' || !iscntrl(n))

does the trick.

Krzysztof





More information about the Pd-list mailing list