Pycckue-Bnepeg / samp-cef

Client and server plugins for SA:MP to embed CEF.
GNU General Public License v3.0
100 stars 46 forks source link

UTF-8 encoding #24

Closed Rams25 closed 2 years ago

Rams25 commented 2 years ago

Hi :) SAMP-CEF isn't utf-8 in input text, how to set utf-8 charset please ?

Thanks you.

Pycckue-Bnepeg commented 2 years ago

samp server doesn't use utf8 so you should recompile the server plugin using the encoding of your server (win1251, win1252, etc) also, the client plugin currently assumes that the client uses win1251 encoding.

Rams25 commented 2 years ago

Thanks you very much !

godylector commented 1 year ago

samp server doesn't use utf8 so you should recompile the server plugin using the encoding of your server (win1251, win1252, etc) also, the client plugin currently assumes that the client uses win1251 encoding.

but i want to use win874 and in samp-rs don't have WINDOWS_874 how to ?