0.3x Issue with pawno? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3x Issue with pawno? (
/showthread.php?tid=419017)
0.3x Issue with pawno? -
mati233 - 27.02.2013
Hi,
I just noticed that pawno is misunderstanding all my special characters with accents like г,б, etc...
For example, when I open my .pwn file in notepad I see: "//INFORMAЗХES DO SERVIDOR", and when I open it on Pawno I see "//INFORMAÇÕES DO SERVIDORES".
This is making the gamemode compile with that characters.... Any suggestion? This just started to happen when I moved to 0.3x.
Thanks
Re: 0.3x Issue with pawno? -
Scenario - 27.02.2013
The only thing I can think of is if you've changed your font to a font which doesn't support the special characters you're using.
Actually, I'm not even sure if Pawno supports them in general.
I always refer people to use Notepad++ anyways, it's a fantastic editor.
Re: 0.3x Issue with pawno? -
mati233 - 28.02.2013
Nope, font is default, and already tried other fonts that support accents and doesn't work. I use notepad to code, is the best you're right, but I have to compile it...
Any suggestion what might be?
Re: 0.3x Issue with pawno? -
Bakr - 01.03.2013
Pawno didn't get an update with 0.3x, so I highly doubt it suddenly stopped working when you upgraded.
To compile otherwise you can download one of the many released IDEs on here, or download Notepad++ and follow Slice's tutorial to make it work for Pawn.