You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
BurntSushi/toml#377 added support for \x escape as part of toml 1.1, but it would convert ascii string into utf-8 string, making it invalid for h3c server.
convert client_version from utf-8 to ascii may fix this problem.
BurntSushi/toml#377 added support for \x escape as part of toml 1.1, but it would convert ascii string into utf-8 string, making it invalid for h3c server.
convert client_version from utf-8 to ascii may fix this problem.