Skip to content

Commit aa6c404

Browse files
committed
Replace white spaces with _
1 parent f22430e commit aa6c404

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ func init() {
5050
}
5151

5252
func escapeString(s string) string {
53+
s = strings.ReplaceAll(s, " ", "_")
54+
5355
if !uconvLatin {
5456
return s
5557
}

0 commit comments

Comments
 (0)