[Server] Why the accents are not working? - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Support (https://www.burgershot.gg/forumdisplay.php?fid=12) +--- Thread: [Server] Why the accents are not working? (/showthread.php?tid=2288) |
Why the accents are not working? - hiwyn - 2022-04-23 Why the accents are not working? I mean, if i do: SendClientMessage(i, COLOR_LIGHTRED, "O servidor será Ingame it looks like: ![]() And all other accents like é, ã, ç looks like this /\ --- I'm compiling it on linux with this: https://github.com/pawn-lang/compiler/releases And with this .vscode/tasks.json: Code: { What else should i do? RE: Why the accents are not working? - hiwyn - 2022-04-25 for those who have the same problem, i've fix: vscode: Ctrl, -> pesquisar por encoding -> trocar para Western (Windows 1252) or down there in the lower right corner you have the option to change it too |