Because PB is unicode, update UTF8() and ASCII()
Posted: Fri Jan 27, 2017 10:16 am
The PEEKS() function is too often used with these functions so we could simplify the code with an update of UTF8() and ASCII() like that:
*Buffer = UTF8(String$, StringUTF8$)
*Buffer = ASCII(String$, StringASCII$)
Example:
ASCII("OK", ASCII$)
Debug ASCII$
M.
*Buffer = UTF8(String$, StringUTF8$)
*Buffer = ASCII(String$, StringASCII$)
Example:
ASCII("OK", ASCII$)
Debug ASCII$
M.