Encoding in CumulusUtils: Difference between revisions
From Cumulus Wiki
Jump to navigationJump to search
(Initial edit) |
No edit summary |
||
Line 1: | Line 1: | ||
All input and output files in CumulusUtils environment are |
All input and output files in CumulusUtils environment are UTF-8 encoded. |
||
The generated website uses '''<meta charset="UTF-8">''' |
The generated website uses '''<meta charset="UTF-8">''' |
||
Revision as of 11:15, 25 March 2021
All input and output files in CumulusUtils environment are UTF-8 encoded. The generated website uses <meta charset="UTF-8">
As result no special encoding characters or escape sequences are or need to be used and all special language specific characters are normally displayed.