Escape \U and \u in generated stubs This fixes an issue where a namespaced class beginning with "U" or "u" would yield an invalid arginfo file due to the occurrence of a unicode esca
Escape \U and \u in generated stubs This fixes an issue where a namespaced class beginning with "U" or "u" would yield an invalid arginfo file due to the occurrence of a unicode escape sequence, causing a compile error. Co-authored-by: Guilliam Xavier <guilliamxavier@users.noreply.github.com> Closes GH-9154.
show more ...
|