-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add utf16 method to JSI #47356
Add utf16 method to JSI #47356
Conversation
This pull request was exported from Phabricator. Differential Revision: D64918244 |
Summary: Add utf16 method to JSI. This change will add the default implementation for all VMs by calling UTF8 and manually convert it to UTF16. A later change will be added for Hermes to use internal VM information to get the UTF16 string. Changelog: [Internal] Reviewed By: neildhar Differential Revision: D64918244
946f49c
to
bfd6491
Compare
This pull request was exported from Phabricator. Differential Revision: D64918244 |
Summary: Add utf16 method to JSI. This change will add the default implementation for all VMs by calling UTF8 and manually convert it to UTF16. A later change will be added for Hermes to use internal VM information to get the UTF16 string. Changelog: [Internal] Reviewed By: neildhar Differential Revision: D64918244
bfd6491
to
85e18c2
Compare
This pull request was exported from Phabricator. Differential Revision: D64918244 |
Summary: X-link: facebook/react-native#47356 Add utf16 method to JSI. This change will add the default implementation for all VMs by calling UTF8 and manually convert it to UTF16. A later change will be added for Hermes to use internal VM information to get the UTF16 string. Changelog: [Internal] Reviewed By: neildhar Differential Revision: D64918244 fbshipit-source-id: 6fc0c44fc397c2f8bb40a4262596b178ee4f1f29
This pull request has been merged in 6ab7b70. |
This pull request was successfully merged by Chi Tsai in 6ab7b70 When will my fix make it into a release? | How to file a pick request? |
Summary: X-link: facebook/react-native#47356 Add utf16 method to JSI. This change will add the default implementation for all VMs by calling UTF8 and manually convert it to UTF16. A later change will be added for Hermes to use internal VM information to get the UTF16 string. Changelog: [Internal] Reviewed By: neildhar Differential Revision: D64918244 fbshipit-source-id: 6fc0c44fc397c2f8bb40a4262596b178ee4f1f29
Summary:
Add utf16 method to JSI. This change will add the default implementation
for all VMs by calling UTF8 and manually convert it to UTF16. A later
change will be added for Hermes to use internal VM information to get
the UTF16 string.
Changelog: [Internal]
Reviewed By: neildhar
Differential Revision: D64918244