Ticket #3337 (closed proposal: fixed)

Opened 4 years ago

Last modified 4 years ago

Proposal: expose Unicode and newline translation from System.IO

Reported by: simonmar Owned by:
Priority: normal Milestone: Not GHC
Component: libraries/base Version: 6.10.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

For the proposed new additions, see:

Patch, and Haddocks for the base package, attached.

Discussion period: 2 weeks (14 July).

Attachments

base.patch Download (37.9 KB) - added by simonmar 4 years ago.
patch for the base package

Change History

Changed 4 years ago by simonmar

patch for the base package

Changed 4 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed

Done.

Mon Jul 13 12:31:04 BST 2009  Simon Marlow <marlowsd@gmail.com>
  * Export Unicode and newline functionality from System.IO; update Haddock docs

Wed Jul 15 13:22:57 BST 2009  Simon Marlow <marlowsd@gmail.com>
  * Add the utf8_bom codec
  as suggested during the discussion on the libraries list.

Wed Jul 15 13:24:14 BST 2009  Simon Marlow <marlowsd@gmail.com>
  * Add more documentation to mkTextEncoding
  noting that "//IGNORE" and "//TRANSLIT" suffixes can be used with GNU
  iconv.

Wed Jul 15 13:25:19 BST 2009  Simon Marlow <marlowsd@gmail.com>
  * Add hGetEncoding :: Handle -> IO (Maybe TextEncoding)
  as suggested during the discussion on the libraries list
Note: See TracTickets for help on using tickets.