Encoding in CumulusUtils: Difference between revisions

no edit summary
(Initial edit)
 
No edit summary
Line 1: Line 1:
All input and output files in CumulusUtils environment are supposed to be or being UTF-8 encoded.
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">'''


As result no special encoding characters or escape sequences are or need to be used and all special language specific characters are normally displayed.
As result no special encoding characters or escape sequences are or need to be used and all special language specific characters are normally displayed.