Solved Russian symbols

Discussion in 'Rust Development' started by WelaurS, Feb 14, 2017.

  1. Hello. How can I use russian symbols in Config?
    Code:
    protected override void LoadDefaultConfig()
            {
                Config["Тест"] = "тесттест";
            }
    Result:
    Code:
    {
      "����": "��������"
    }
    [DOUBLEPOST=1487084752][/DOUBLEPOST]Solved. Convert from Windows 1251 to UTF-8 with NotePad++
     
    Last edited by a moderator: Feb 14, 2017
  2. It would be nice if the developers finally corrected this problem in server.description.
     
  3. Wulf

    Wulf Community Admin

    Why is it a problem? The proper encoding just needs to be used.
     
  4. What encodings needs?
     
  5. Wulf

    Wulf Community Admin

    UTF-8 as the OP posted above. You'd need to edit via the startup script or server.cfg, not via the console.
     
  6. My .cfg in UTF-8.
    This problem probably not associated with the encoding. It has been half a year, and developers do not want to fix it.
    Try to write 10 lines of russian text in the server.description and you will know that it.
     
  7. Wulf

    Wulf Community Admin

    Russian users have followed the same instructions and had no issues with it before, which thread are other threads showing this.