Ticket #8 (assigned defect)

Opened 3 years ago

Last modified 3 years ago

Correct the potential issue with ICU transcoders

Reported by: kris Assigned to: kris (accepted)
Priority: major Milestone: Mango Version 1.7
Component: mango.io Version: SVN HEAD
Keywords: Cc:

Description

ICU filters are currently not fully compatible with SVN head. They work as before, but the requirements on the filters has increased such that each filter needs to handle each of char, wchar, and dchar. The current filters still work fine if you don't ask too much of it ~ the XML libs are an example where it still operates correctly.

The plan is to upgrade the ICU transcoders, but to migrate general usage over to io.BufferCodec? instead

Change History

12/12/05 03:34:34 changed by kris

  • owner set to kris.
  • status changed from new to assigned.