Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Support [Server] Why the accents are not working?

 
  • 0 Vote(s) - 0 Average
Server Why the accents are not working?
hiwyn
Offline

Burgershot Member
Posts: 23
Threads: 8
Joined: Sep 2021
Reputation: 0
#1
2022-04-23, 01:51 PM
Why the accents are not working?

I mean, if i do:
SendClientMessage(i, COLOR_LIGHTRED, "O servidor será

Ingame it looks like:
[Image: Screenshot-from-2022-04-23-10-49-10.png]

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:
{
  // See https://go.microsoft.com/fwlink/?LinkId=733558
  // for the documentation about the tasks.json format
  "version": "2.0.0",
  "tasks": [
    {
      "label": "build",
      "type": "shell",
      "command": "/usr/bin/pawncc",
      "args": [
        "${file}",
        "\"-;+\"",
        "\"-(+\"",
        "-i\"/home/hiwyn/Documents/sampserver/include/\""
      ],
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "isBackground": false,
      "presentation": {
        "reveal": "silent",
        "clear": false,
        "panel": "dedicated"
      },
      "problemMatcher": [
        {
          "base": "$pawncc",
          "fileLocation": "relative"
        }
      ]
    }
  ]
}

What else should i do?
hiwyn
Offline

Burgershot Member
Posts: 23
Threads: 8
Joined: Sep 2021
Reputation: 0
#2
2022-04-25, 11:43 AM (This post was last modified: 2022-04-25, 11:44 AM by hiwyn.)
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
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode