inada-s / zdxsv

Gundam vs. Zeta Gundam private game server
https://zdxsv.net
GNU Affero General Public License v3.0
10 stars 6 forks source link

replace mahonia with text/transform #22

Closed inada-s closed 4 years ago

inada-s commented 4 years ago

There is a problem that some characters are garbled in lobby chat. We should use cp932 instead of Shift-jis.

Replace mahonia with text/transform and use cp932 encoding.

inada-s commented 4 years ago

test case GMⅡ

lobby_1         |
lobby_1         | I1106 13:59:40.267903       1 server.go:240]  <-172.19.0.1:50730 C->S [N] ID:0x6701 Seq:266 Body(11 bytes):
lobby_1         | 00000000  00 08 02 b2 8f 6b 82 63  90 5c 00                 |.....k.c.\.|
lobby_1         |
lobby_1         | I1106 13:59:40.268082       1 server.go:146]  ->172.19.0.1:50730 C<-S [N] ID:0x6702 Seq:23 Body(20 bytes):
lobby_1         | 00000000  00 06 58 36 4b 44 49 45  00 02 82 a0 00 06 82 66  |..X6KDIE.......f|
lobby_1         | 00000010  82 6c 3f 55                                       |.l?U|
lobby_1         |

image

inada-s commented 4 years ago

fine image