You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"NSDebugDescription":"Unable to convert unicode escape sequence (no low-surrogate code point) to UTF8-encoded character at position \(source.distanceFromStart(input))"
748
-
])
750
+
// Surrogates must always come in pairs.
751
+
752
+
guard isLeadSurrogate else{
753
+
// Trail surrogate must come after lead surrogate
754
+
throwCocoaError.error(.propertyListReadCorrupt,
755
+
userInfo:[
756
+
"NSDebugDescription":"""
757
+
Unable to convert unicode escape sequence (no high-surrogate code point) \
758
+
to UTF8-encoded character at position \(source.distanceFromStart(input))
0 commit comments