Hi there,
I was testing out running a server (MacOS, build from source) and I noticed an issue. Any unicode won't list and produces this log:
2024-06-08T20:28:52.886+0700 debug Received Transaction {"remoteAddr": "127.0.0.1:49556", "login": "guest", "name": "guest", "RequestType": "TranGetFileNameList"}
2024-06-08T20:28:52.886+0700 error Error handling transaction {"remoteAddr": "127.0.0.1:49556", "login": "guest", "name": "guest", "err": "encoding: rune not supported by encoding."}
my test file names were ベスト.txt and helló.txt. Client was https://github.com/mierau/hotline.
Not sure if this is a bug in the server or client or even an issue in the protocol itself? Either way, thought I'd report it. Thanks for the cool project.
Hi there,
I was testing out running a server (MacOS, build from source) and I noticed an issue. Any unicode won't list and produces this log:
my test file names were
ベスト.txtandhelló.txt. Client was https://github.com/mierau/hotline.Not sure if this is a bug in the server or client or even an issue in the protocol itself? Either way, thought I'd report it. Thanks for the cool project.