Changes between Version 1 and Version 2 of UnicodeSupport
- Timestamp:
- 03/05/09 17:01:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeSupport
v1 v2 9 9 On POSIX systems, Haskeline uses the system `iconv` library to encode/decode from the console locale. 10 10 11 Encodings which use more than one byte to encode the character {{{'\n'}}}, such as UTF-16 or UTF-32, are not supported. However, that restriction should not be an issue in practice, since it allows a variety of encodings including:11 Encodings which use more than one byte to encode the characters {{{'\n'}}} and {{{'?'}}}, such as UTF-16 or UTF-32, are not supported. However, that restriction should not be an issue in practice, since it allows a variety of encodings including: 12 12 - UTF-8 13 13 - ISO-8859
