We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
assert.Equal(t, "Ni Hao", unidecode.Unidecode("你好"))
return:
Error: Not equal: expected: "Ni Hao" actual : "Ni Hao "
it would be better if this returns just "Ni Hao".
"Ni Hao"
The text was updated successfully, but these errors were encountered:
Seems like this is how the table is defined to get the spacing:
go-unidecode/table/x056.go
Line 3 in d21c69a
Sorry, something went wrong.
the bei jing, 北京, from examples is the same, with trailing space
No branches or pull requests
return:
it would be better if this returns just
"Ni Hao"
.The text was updated successfully, but these errors were encountered: