[racket-dev] pr 12683 and using something like text:nbsp->space?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Apr 12 17:24:50 EDT 2012

20 minutes ago, Robby Findler wrote:
> I'm not sure of the right answer, but there is also a notion of
> normalization of unicode characters that probably fits into whatever
> solution you come up with here (ie the thing DrRacket is doing for
> normalization probably applies to what you're thinking about).

IIRC, normalization can change the bytes for something else that is
the same text, so that would be fine.  I looked around and found this:
http://www.w3.org/International/charlint/ -- I ran it on a string that
had a zero width space, and it kept it in its output.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.