Accented and non-English Characters GarbledSymptom: non-English characters, including accented characters, characters in non-Latin alphabets, and special characters like © appear correctly in CityDesk but appear as gibberish in web browsers. Solution: insure that your templates includes the following tag as the very first tag in the <head> section:
Explanation: CityDesk stores files internally as Unicode, and writes them out using the UTF-8 encoding. This tag is necessary to inform the web browser to expect a page encoded using the UTF-8 encoding. For More Information: See Unicode and Character Set Issues in the CityDesk documentation. |

