Re: unicode string functions

2007-01-04 Thread Simon Josefsson
"Bruno Haible" <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> > unicasecase folding >> >> Is this NFKC? > > I didn't consider normalization functions so far, on the premise that text > being exchanged between applications is assumed to be precomposed. > But their presence in Java AP

Re: unicode string functions

2007-01-03 Thread Bruno Haible
Simon Josefsson wrote: > > unicasecase folding > > Is this NFKC? I didn't consider normalization functions so far, on the premise that text being exchanged between applications is assumed to be precomposed. But their presence in Java APIs and the IDN case shows that APIs for composing and de

Re: unicode string functions

2007-01-03 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > I'll therefore add a set of modules for Unicode text handling. > > The choice of the in-memory representation (UTF-8, UTF-16 or UTF-32) is up to > the application; libunistring supports all three equally. > > The modules are organized in the following dir