Docs

Log into read the version of docs relevant to your site.

How to display Danish special characters in Chargebee

Problem Statement

Danish special characters (Æ, Ø, Å) are not displaying correctly in your translations.

Solution

Chargebee supports Danish special characters. If they don't display correctly, the issue is usually CSV encoding.

Configuration steps

  1. Save your translations in Excel.
  2. Open the CSV in Notepad++ (or a similar editor).
  3. Change encoding to UTF-8 (use Convert to UTF-8).
  4. Ensure line endings are Windows (CR LF).
  5. Save the file and upload the language pack again.

Alternative: Copy the text into a plain text editor, save with UTF-8 encoding, and then update the CSV. This often resolves encoding issues.

Was this article helpful?