Browse thread
Correct way of programming a CGI script
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] Re: Rope is the new string |
On 10/9/07, Vincent Hanquez <tab@snarc.org> wrote: > i want a UTF library to be able to do something like: > > type ustring = unicode_type * string > of_string: string -> ustring (* raise if not unicode compliant *) > to_string: ustring -> string > append: ustring -> ustring -> ustring > ...etc Have you checked out Camomile [1]? It handles such things quite nicely. [1] http://camomile.sourceforge.net/