• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Question about pawn compiler
#3
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.

(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.
  Reply


Messages In This Thread
RE: Question about pawn compiler - by matei_ - 2021-03-07, 09:00 PM
RE: Question about pawn compiler - by robertocaribbean - 2021-03-08, 12:58 AM
RE: Question about pawn compiler - by destiezk - 2021-03-08, 10:34 AM
RE: Question about pawn compiler - by Y_Less - 2021-03-08, 07:55 PM

Forum Jump: