[PD] unicode symbols and Pd

oliver oliver at klingt.org
Sun Jan 17 23:45:39 CET 2021


Alexandre Torres Porres wrote:
> Em dom., 17 de jan. de 2021 às 17:42, IOhannes m zmölnig 
> <zmoelnig at iem.at <mailto:zmoelnig at iem.at>> escreveu:
> 
>     you need to convert the unicode codepoint to utf8.
> 
> 
> just wondering, how can you do that? :)

i did a little research (there are most likely better/easier ways):

================================================

unicode code point (U+xxxx) to Hex UTF-8 bytes:

http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=8983&mode=decimal

(make sure you select "Interpret as: decimal code point" below !

================================================

hexadecimal to decimal:

https://www.rapidtables.com/convert/number/hex-to-decimal.html

or roll your own hex2dec with PD-vanilla ;-)

================================================

best

oliver





More information about the Pd-list mailing list