[Haskell-cafe] Re: [ANN] text 0.7, fast Unicode text

Cetin Sert cetin.sert at gmail.com
Wed Dec 16 00:54:42 EST 2009


http://corsis.sourceforge.net/img/csharp-6.png
<http://corsis.sourceforge.net/img/csharp-6.png>o__O!?

2009/12/16 Bryan O'Sullivan <bos at serpentine.com>

> On Tue, Dec 15, 2009 at 8:03 PM, Ashley Yakeley <ashley at semantic.org>wrote:
>
>
>> How do you pack Unicode codepoints into Word16? Do you use UTF-16?
>>
>
> You don't get to find out as a user of the Text API, but yes.
>
>
>> Supposing -
>>
>>  s = "\x010A60\x010A61" -- Old South Arabian script
>>  t = pack s
>>
>> Is (unpack t) the same as s? What is (length t)?
>>
>
> Yes, and 2. Any other answer would clearly be wrong (I'm lookin' at you,
> Java and C#) :-)
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20091216/423bed3c/attachment.html


More information about the Haskell-Cafe mailing list