Alexandre Torres Porres wrote:
Em dom., 17 de jan. de 2021 às 17:42, IOhannes m zmölnig <zmoelnig@iem.at mailto:zmoelnig@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