openmultiplayer / qawno

Pawn editor written in C++/Qt
GNU General Public License v3.0
12 stars 3 forks source link

Russian language crashes after restarting the computer #2

Open SantiagoBoss1 opened 1 year ago

SantiagoBoss1 commented 1 year ago

image

Greetings, dear developers, I ran into the problem of the Russian language meeting after I turned on the computer again and went to qawno

SantiagoBoss1 commented 1 year ago

Now I made a greeting in Russian on the server, nothing works, writes "????"

akosd127 commented 1 year ago

Use the original pawno and it will solve your problem. Unfortunately "qawno" is not able to save the file correctly. I have the same problem but i use UTF-8 chars.

Andosius commented 1 year ago

As mentioned in my pull request, it is not a UTF-8 bases problem but qawno is reading the files contents in a wrong codec. That's the reason your chars turn into question marks.

For now you can use my freshly compiled version until they release a new version.

https://andosius.de/downloads/correct_encoding.zip or simply via Github Attachment. correct_encoding.zip

Proof: image