Foreign Unicode Characters Not Displaying in UI and Database in RSA Identity Governance and Lifecycle
Originally Published: 2017-06-13
Article Number
Applies To
RSA Version/Condition: All
Issue
Here is an example added to a CSV file t_sample_perforce_accounts.csv. Notice the last entry has a French character 'ç':
accountname,userid,accusermapid
Admin,bbyragani,1223
BLR-Intern,svejandla,122
BLR-Intern,cchennagiri,5666
P4-Guest,cccchennagiri,5666
Testç1,Sioned,5669
After collection:It's also not getting loaded correctly in the database:
There are no related errors in the collection run but the account does not display properly in the Accounts Name column.
Cause
Resolution
$ file t_sample_perforce_accounts.csv t_sample_perforce_accounts.csv: ISO-8859 textIn this case the ISO-8859 encoding does not handle all the French characters. Most text editors have an option for changing the encoding to another character set. You'll need to edit the file, change the encoding, then save it. In this example UTF-8 encoding will resolve the problem.
In VIM you can set the encoding as follows:
accountname,userid,accusermapid
Admin,bbyragani,1223
BLR-Intern,svejandla,122
BLR-Intern,cchennagiri,5666
P4-Guest,cccchennagiri,5666
Testç1,Sioned,5669
:set fileencoding=utf8
Now the file command displays:
$ file t_sample_perforce_accounts.csv t_sample_perforce_accounts.csv: UTF-8 Unicode textNow rerun the collector and it will be stored and displayed properly. The old version of the account is deleted.:
Related Articles
User-type user attributes show internal ID values instead of UserID values in RSA Identity Governance & Lifecycle 67Number of Views Cisco ISE 3.2 - RADIUS Configuration - RSA Ready Implementation Guide 61Number of Views RSA Via Lifecycle and Governance/Aveksa server will not start after environment customization 226Number of Views Review Refresh fails with 'ORA-00607 Internal error while making a change to a data block' in RSA Identity Governance & Li… 98Number of Views Steps to change the internal subnets in RSA Authentication Manager used for an embedded RSA Identity Router 948Number of Views
Trending Articles
Troubleshooting AFX Server issues in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Troubleshooting RSA MFA Agent for Microsoft Windows
Don't see what you're looking for?