j
k
j a
j l
Please review, any comments are welcome.
This looks wrong:
if (String.width(msg) > 8) msg = string_to_utf8(msg);
You are always utf8-decoding the string, so you should always utf8-encode them.
Back to the thread
Back to the list