[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the "Unicode Background" section

This page is part of the web mail archives of SRFI 75 from before July 7th, 2015. The new archives for SRFI 75 contain all messages, not just those from before July 7th, 2015.



 bear:
 > I want to know something: what does a string containing an
 > unpaired surrogate mean? 

It is a reification of a sequence of Unicode codepoints
which is not well formed.

Lots of programs have to deal with such entities and
that will always be tru