Hello,
I'm the developer of RustAdmin and some russian people contact me to ask why RustAdmin doesn't support UTF8. They say that OXIDE now supports UTF8 encoding. But where is it supported ? From what I see, the data sent through the RCON are not UTF8 encoded. Am I right ? Into the server console (windows console) the characters are properly displayed. But if a player speak into the game chat I'm not able to display them correctly in RustAdmin even if I try to read in UTF8. Can you help me ?
Solved Utf8 support in RCON
Discussion in 'Rust Development' started by Vfloyd, Jul 27, 2015.
-
Wulf Community Admin
Oxide's custom console supports it, it doesn't control the RCON output.
-
-
Wulf Community Admin
-
Thanks
-
Wulf Community Admin
So what I've been told, is that the Rust RCON implementation reads sbyte and casts to char, so it only supports ascii 127. I think the only way it'd be possible is if we create our own RCON implementation, else use one that does support it.
-
-
omg, https://twitter.com/RustUpdates/status/625965187649130496
i hope this is true) -
I asked Garry if he could add it. And he did it this morning. I just have to test it out. I need someone to setup a rust beta server (steamcmd.exe +login anonymous +app_update 258550 -beta development) so that I connect to it and try to read russian language.
[DOUBLEPOST=1438094060][/DOUBLEPOST]@AlexALX_[rus-ua]. Utf8 support is now working.Attached Files:
-
-
As for utf8 in rcon, finally good news!) -
-
Seems the word got to him.
https://twitter.com/RustUpdates/status/625965187649130496 -
Wulf Community Admin
-
Hmm, i'm still getting in rusty or rustadmin this via console:
(17:02:24) | [CHAT] [123] AlexALX: K22K2K
Whats wrong? oO -
-
Seems like problem is there again. Using RustAdmin in UTF-8 mode I can receive chat messages from server correctly, but can't send anything in russian. I use Win 2008R2 SP1, and can't find any solution for this. Tryed to use "chcp 65001" (and other CMD tweaks) in starting batch-file but it doesn't affect RCON. @Vfloyd maybe you know something about? :'(
Attached Files:
-
-
-
Thank you, it works. You are life savior
And RustAdmin tool is fine too.
Don't know how to set server description on russian still, it doesn't show up correctly even if I use server.description command through RCON -