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
It would be great if the symbol set is expanded to include spanish characters
Example symbols - ÇÑñ¿ç
The important point is these symbols belong to UTF-16 character set
and because of this the len function has to be replaced with utf8.RuneCountInString as it deals with runes instead of bytes
The text was updated successfully, but these errors were encountered:
kishaningithub
changed the title
Support for non ASCII charecter set
Support for non ASCII character set
Dec 31, 2018
This looks like a valid request! Thanks for the suggestion.
I'd suggest to create a different set for this though, as those characters are hard to type for people with different keyboard layouts, and I don't think it would be wise to include them by default in symbols.
Maybe, we can have something like language-based symbol strings, that can be enabled using a certian flag? (e.g. -l es in your case, but this could also cover other symbols, even arabic or chinese characters).
It would be great if the symbol set is expanded to include spanish characters
Example symbols - ÇÑñ¿ç
The important point is these symbols belong to UTF-16 character set
and because of this the
len
function has to be replaced withutf8.RuneCountInString
as it deals with runes instead of bytesThe text was updated successfully, but these errors were encountered: