Troubleshooting : System Architect XT error messages and problems : Accented letters not displayed properly
  
Accented letters not displayed properly
Letters with accents (for example some Spanish letters) are not displayed properly. This is an Encoding issue.
Resolution
1 Open the web.config file.
2 Under the <appSettings> key, locate the encoding key, which should appear as follows:
<add key="Encoding" value="">
3 Add an encoding value, for example:
<add key="Encoding" value="iso-8859-15">
4 Save and close web.config, and then restart System Architect XT.
Go up to
System Architect XT error messages and problems