SA-MP Forums Archive
Good evening (Help needed with UTF-8 Coding) - 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: Good evening (Help needed with UTF-8 Coding) (/showthread.php?tid=592499)



Good evening (Help needed with UTF-8 Coding) - [SOLVED] - Jay. - 25.10.2015

Hi. I hope I am in the right section. Haven't been on these forums in a while.

Now as the title said I'm needing help regarding UTF-8 coding as my server
has a language script where you can select 3 different languages one of them uses UTF-8.

The other developer does not have this issue (from Norway). However I myself (from the UK) do. Whenever I open the script in pawno it screws up the UTF-8 Coding. I have not tried any other programs yet but the other developer seems to think that it won't help.

Here's a small snippet of how things look:

pawn Код:
GameTextForPlayer(i, "parabГњns!", 3000, 4);
I've looked around, found 2 results which I have tried:
- Changing my regional language.
- Changing the pawno font.

Any help is much obliged.
Thanks!

EDIT: I've tried opening the script with notepad and the UTF-8 is fine so it
definitely has something to do with pawno it seems.