Changes between Version 2 and Version 3 of UnicodeInHaskellSource
- Timestamp:
- 04/25/06 08:29:38 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeInHaskellSource
v2 v3 27 27 28 28 == Some things we could do == 29 * Allow Unicode, with detection for the two common encodings (UTF-8 and UTF-16). See SourceEncodingDetection for a proposal. 29 30 * Revert to US-ASCII, Latin-1 or implementation-defined character sets. 30 31 * Allow Unicode with the encoding specified outside source files (e.g. by the current locale, as currently done by Hugs). This would make Haskell source containing non-ASCII characters non-portable.
