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

From: Danny Yoo (dyoo at cs.wpi.edu)
Date: Thu Apr 12 15:16:52 EDT 2012

> However, from earlier on the thread, it's clear that zero-width space
> doesn't play by the same rules, so re-instituting the solution from
> nbsp->space for DrRacket might be the right thing to do.

Followup: here's what I've got:

    https://github.com/dyoo/racket/commit/ed6570d482acada2027988903c11e08ffac03e3c
    https://github.com/dyoo/racket/commit/0d42b3589b91d45728d9d7b5822fd988bf9f8a9e

I want the behavior of the auto-translator to notify the text has
changed, so that if the user opens a file in DrRacket with the zero
width space, they can Save the file:

    https://github.com/dyoo/racket/commit/e1e7998e6b6ae32083138571795880780f29032c

Posted on the dev mailing list.