Skip to content

JavaScript: support unicode code points > 2^16 in toJSString using String.fromCodePoint (#23628)

Josh Meredith requested to merge wip/js-string-codepoint into master

Fixes #23628 (closed)

Tests:

  • Modified js-ffi-string to include a large code point in the test string, and to provide debugging details.

Merge request reports