ASCII 8 bits vs UNICODE
Posted: Sat Oct 18, 2025 6:36 pm
Hi!
I have a program, writen 3 years ago.
Now I have to make some changes and it is messing by database. It recorded items a BYTE ASCII and now it is using UNICODE.
Is there a way to tell the compiler to use the old BYTE ASCII system?
If not, is there a way to force all readstring and writestring to use the BYTE mode (like #PB_Ascii, chatgpt hint)?
(I would not like to use this method, since I have to find and modify all the readstring and writestring, with the posibility to miss some ones)
I have a program, writen 3 years ago.
Now I have to make some changes and it is messing by database. It recorded items a BYTE ASCII and now it is using UNICODE.
Is there a way to tell the compiler to use the old BYTE ASCII system?
If not, is there a way to force all readstring and writestring to use the BYTE mode (like #PB_Ascii, chatgpt hint)?
(I would not like to use this method, since I have to find and modify all the readstring and writestring, with the posibility to miss some ones)