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
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
lenfunction has to be replaced withutf8.RuneCountInStringas it deals with runes instead of bytes