Does one of the `string-normalize-*` functions do what you want?

Ryan


On 10/08/2016 01:06 PM, Jens Axel Søgaard wrote:
Hi All,

The following interaction shows how the reader can be used to construct
a surrogate character:

     > (string-ref "\ud800\udc00" 0)
     #\𐀀

Given the two hexadecimal numbers d800 and dc00 how do I
construct the surrogate character directly?

/Jens Axel

--
You received this message because you are subscribed to the Google
Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to racket-users+unsubscr...@googlegroups.com
<mailto:racket-users+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to