Changes between Version 5 and Version 7 of Ticket #48
- Timestamp:
- 08/04/09 23:46:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48
- Property status changed from new to closed
- Property resolution changed from to wontfix
- Property component changed from Platform to Package Addition
-
Ticket #48 – description
v5 v7 1 Support for utf8 has been requested. However, no specific package was proposed. Closing this in favour of specific package requests. 2 3 4 ---------------- 5 1 6 {{{ 2 7 Date: Thu, 14 May 2009 16:23:31 -0700 3 8 From: Simon Michael 4 To: libraries@haskell.org5 9 Subject: add utf8-string in haskell platform 6 10 7 I'd like to request that utf8-string be added to the haskell platform, so that HP users can work with 8 +non-ascii text 11 I'd like to request that utf8-string be added to the haskell platform, so that HP users can work with non-ascii text 9 12 }}} 10 13 11 Options for this are: 12 13 * text : adds new C dependencies (icu)? 14 * utf8-string : workaround for utf8 encoded String, widely used. 14 == Discussion == 15 15 16 16 * A discussion took place: http://www.haskell.org/pipermail/libraries/2009-May/thread.html#11704 17 17 18 We may be agreed that utf8 is needed, but have yet to see anyone propose a specific library.
