16 Aug
2016
16 Aug
'16
6:35 p.m.
On Tue, Aug 16, 2016, at 12:12, Chris Barker wrote:
* convert and fail on invalid surrogate pairs
where would an invalid surrogate pair come from? never from a file system API call, yes?
In principle it could, if the filesystem contains a file with an invalid surrogate pair. Nothing else, in general, prevents such a file from being created, though it's not easy to do so by accident.