Actions
Bug #5238
closedUse UTF-8 for file reading and writing
Start date:
11/11/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5238
Description
Rather than rely on the "default" character encoding used on individual platforms, Morpho should explicitly read and write text files using UTF-8 character encoding. When non-determinate encodings are used across different systems, special characters (accents, tildes, umlauts, Chinese, etc..) can become garbled and misinterpreted. Using the same encoding for all Morpho reading and writing will mitigate these encoding issues.
Note: this does not address character encoding issues that arise from copy/paste actions from other systems that use non-UTF-8 encoding (i.e. Word).
Related issues
Actions