03-14-2024, 12:46 PM
(This post was last modified: 03-14-2024, 12:47 PM by a740g.
Edit Reason: Fix typos
)
Your file is probably encoded in UTF-8.
Read the contents using _READFILE$ and then print it using _UPRINTSTRING using the encoding argument 8.
See:
https://qb64phoenix.com/qb64wiki/index.php/READFILE$
https://qb64phoenix.com/qb64wiki/index.php/UPRINTSTRING
Read the contents using _READFILE$ and then print it using _UPRINTSTRING using the encoding argument 8.
See:
https://qb64phoenix.com/qb64wiki/index.php/READFILE$
https://qb64phoenix.com/qb64wiki/index.php/UPRINTSTRING