Verify that the locale setting is compatible with the code page for the Data Vault Service, if you archive to the Data Vault. If the locale setting is not compatible with the code page, then non-English characters might not appear correctly from the Data Discovery portal or other reporting tools.
Verify that the LANG environment variable is set to UTF-8 character encoding on the Data Vault Service. For example, you can use
en_US.UTF-8
if the encoding is installed on the operating system.
Use the following command to verify what type of encoding the operating system has:
local -a
The command returns the languages installed on the operating system and the existing locale settings.
In addition, verify that all client tools, such as PuTTY and web browsers, use UTF-8 character encoding.
To configure UTF-8 character encoding in PuTTY, perform the following steps:
In the PuTTY configuration screen, click
Window
Translation
.
In the
Received data assumed to be in which character set