Ticket #9 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

New text package

Reported by: kris Assigned to: kris
Priority: major Milestone: Mango Version 1.7
Component: Other Version:
Keywords: Cc:

Description

Create a package with a focus on text processing:

- a set of fast tokenizers, based on arrays rather than buffers. Need to support reload as each array is drained

- move the utils.Text package over

- create a String class, compatible with the ICU one

- make it all work cleanly with each of char, wchar, and dchar

Change History

12/12/05 03:35:57 changed by kris

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

12/17/05 17:25:12 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.

First pass is in SVN. The intent is to build a UniversalString? upon what we already have