palworld-server-docker
palworld-server-docker copied to clipboard
rcon-cli does not support utf-8 messages
trafficstars
Describe the bug
It is expected that utf-8 message can also be broadcasted using rcon-cli.
To Reproduce
Steps to reproduce the behavior:
docker exec -it palworld-server rcon-cli "Broadcast 測試"
Expected behavior
The string "測試" should be the broadcast result in the game.
Screenshots
Some random string appears
Desktop (please complete the following information)
- OS: Debian 12
docker-compose.yml contents
not relevant
Container/Host Logs
Additional context
Add any other context about the problem here.
Source RCON is ASCII-only protocol, unless the implementation has been modified by the game developers. I don't think we can do much here(?)
The rcon-cli package is not maintained by me, please open an issue on https://github.com/gorcon/rcon-cli