427 B
427 B
Project Rules
- This project is split into
Mirserver(server) andclient(client). - Files under
Mirserveruse GB2312/GBK encoding. Read and write them with the server encoding preserved; do not silently convert them to UTF-8. - Files under
clientuse UTF-8 encoding. Read and write them as UTF-8. - When changing mirrored server/client logic, keep each side in its own encoding and verify Chinese text after edits.