We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22430e commit aa6c404Copy full SHA for aa6c404
1 file changed
main.go
@@ -50,6 +50,8 @@ func init() {
50
}
51
52
func escapeString(s string) string {
53
+ s = strings.ReplaceAll(s, " ", "_")
54
+
55
if !uconvLatin {
56
return s
57
0 commit comments