-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ut8decode return 1 character less #21
Comments
utf8 strings are not supported by any Pawn functions and only meant for special things such as binary encoding. What is it you're trying to do? |
I have a remote rcon ban/unban/kick/say system via admin ucp. The serve language is brazilian, so any characters like ãéçô sent via ucp need to be decoded. |
How is this information read into Pawn? Could you simply not just skip utf8 and encode it in the character sets used by Brazilians? Could you go to your Windows settings and see which character set you use? What programming language does your UCP use? |
In settings for ASP.NET applications:
|
With that Rcon command, if you simply do |
Rcon: Palhaço de mérda |
The sent word: Palhaço
Comes: Palhaço
After ut8decode: Palhaç
If sent: Palhaço de mérda
Comes: Palhaço de mérda
After ut8decode: Palhaço de mér (2 chars less)
The text was updated successfully, but these errors were encountered: