Find your content:

Search form

You are here

special characters not displaying properly

 
Share

Special characters such as ≠ or ≥ are displaying as question marks on a single customer's site.

My app is a managed package and these characters appear correctly on all other instances, so I figure there must be something wrong with the locale or encoding settings this customer's site. Does anyone know how I might access these site settings, or possibly a different cause?


Attribution to: Dex

Possible Suggestion/Solution #1

Data created within the org by user activity will display correctly as the encoding is handled in the users settings.

Data that is loaded into the org, into your custom objects will need to be loaded with the correct character set.

Assuming that dataloader is used to load this data in, then ensure that utf8 is checked within the settings, additionally the csv data file that is created to be loaded must be saved in utf8 character set.

*Note if using Excel to generate the csv file the default character set is ANSI, so "special characters" will be lost/corrupted and (display as question mark when loaded). You need to specify the encoding option during the export from Excel: (Save Dialog, Tools Button, Web Options Item, Encoding Tab).


Attribution to: dacology
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/3774

My Block Status

My Block Content