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
The Escaper type should be able to handle writing code points as \uXXXX\uXXXX surrogate pairs when \xXX and \UXXXXXXXX are not available; it currently will just fail to write the string.
But this is low priority because currently there is no actual use case where this is relevant.
The text was updated successfully, but these errors were encountered:
The
Escaper
type should be able to handle writing code points as\uXXXX\uXXXX
surrogate pairs when\xXX
and\UXXXXXXXX
are not available; it currently will just fail to write the string.But this is low priority because currently there is no actual use case where this is relevant.
The text was updated successfully, but these errors were encountered: