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
- Save your translations in Excel.
- Open the CSV in Notepad++ (or a similar editor).
- Change encoding to UTF-8 (use Convert to UTF-8).
- Ensure line endings are Windows (CR LF).
- 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?