Re: [racket] Unicode Question

2013-01-24 Thread Nick Sivo
Awesome, thanks! -Nick On Thu, Jan 24, 2013 at 4:13 AM, Matthew Flatt wrote: > Yes, that's a bug. I've pushed a repair. > > The bug show up when the composed form is more than 16 characters > shorter than the decomposed form, due to a mistake in an > avoid-wasted-space step of the implementation

Re: [racket] Unicode Question

2013-01-24 Thread Matthew Flatt
Yes, that's a bug. I've pushed a repair. The bug show up when the composed form is more than 16 characters shorter than the decomposed form, due to a mistake in an avoid-wasted-space step of the implementation. At Tue, 22 Jan 2013 17:33:21 -0800, Nick Sivo wrote: > Hi, > > In the attached file,

[racket] Unicode Question

2013-01-22 Thread Nick Sivo
Hi, In the attached file, use of string-normalize-nfc truncates the string. Is this expected? I tried on Mac and Windows, using 5.2.1, 5.3.1, and the latest nightly. According to http://unicode.org/reports/tr15/ form C might alter the bytes, but shouldn't change the displayed form, let alone tr