2021-03-08, 12:58 AM
(This post was last modified: 2021-03-08, 01:15 AM by robertocaribbean.)
Well, I found a partial solution..
You need to change encoding of the .pwn file. In vscode, the default encoding is "UTF-8", so I changed it to "ISO 8859-1" and fix the problem.
There is a issue, I can't use zcmd or y_commands because the compiler keeps throwing errors. But, I can use strcmp function in order to make commands without any problem.
So, if you want to try, there is a romanian encoding (ISO 8859-16) in vscode as well.
You need to change encoding of the .pwn file. In vscode, the default encoding is "UTF-8", so I changed it to "ISO 8859-1" and fix the problem.
There is a issue, I can't use zcmd or y_commands because the compiler keeps throwing errors. But, I can use strcmp function in order to make commands without any problem.
(2021-03-07, 09:00 PM)matei_ Wrote: Those characters are not supported, same as the romanian characters: "?, ?" etc.
So, if you want to try, there is a romanian encoding (ISO 8859-16) in vscode as well.