Hello, dear list !
I'm trying to built a kind of interface in PD, for which i need to render a lot of text in Russian to the GEM-window.
I found out that PD doesn't understand cyrillic letters at all.
I tryied to push text from [textfile] to [text2d] directly, but it also displays like " õóé õóé1 õóé2 õóé3 " - which is not what i need. In cyrillic this should be displayed as " хуй хуй1 хуй2 хуй3 " Any advice please ? Thanks !
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-05-19 15:46, Фывапр Олджэвич wrote:
Hello, dear list !
I'm trying to built a kind of interface in PD, for which i need to render a lot of text in Russian to the GEM-window.
I found out that PD doesn't understand cyrillic letters at all.
I tryied to push text from [textfile] to [text2d] directly, but it also displays like " õóé õóé1 õóé2 õóé3 " - which is not what i need. In cyrillic this should be displayed as " хуй хуй1 хуй2 хуй3 " Any advice please ?
get it from git and compile it yourself
(note that utf-8 is *not* supported; your message should be [string 1093 1091 1081 49( and not [string 209 133 209 131 208 153 49()
tools for converting text to utf-8 include moocow's pdstring library; maybe you can also use it to convert text to unicde-points; if not, there's an utf-8 to unicode converter at [1]
fmgasdr IOhannes
[1] https://svn.code.sf.net/p/pure-data/svn/trunk/externals/iem/unicode