Some organization/company names containing non-ASCII characters are returned with ** replacing the original characters.
Example:
Example Comunicações LTDA
is returned as:
Example Comunica**es LTDA
Expected: preserve the original UTF-8 characters, or normalize them to ASCII (Comunicacoes) instead of replacing them with **.
Some organization/company names containing non-ASCII characters are returned with
**replacing the original characters.Example:
Example Comunicações LTDAis returned as:
Example Comunica**es LTDAExpected: preserve the original UTF-8 characters, or normalize them to ASCII (
Comunicacoes) instead of replacing them with**.