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
Cisco ISE 3.2 - RADIUS Configuration - RSA Ready Implementation Guide 61Number of Views User-type user attributes show internal ID values instead of UserID values in RSA Identity Governance & Lifecycle 67Number of Views Unable to recognize the .iso file while uploading the patch through web browser from the Operations Console in RSA Authent… 221Number of Views Unable to attach Authenticaiton Manager 8.1 SP1 replica 1.37KNumber of Views Unable to attach a replica instance due to a configuration error when enabling replication for the RADIUS server for RSA A… 1.23KNumber of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?