Skip to content
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

BF-10 #2

Merged
merged 12 commits into from
Dec 12, 2022
Merged

BF-10 #2

merged 12 commits into from
Dec 12, 2022

Conversation

zollqir
Copy link
Collaborator

@zollqir zollqir commented Dec 2, 2022

adds string interoperability between Python and Javascript. All strings are passed from one to the other without any memory duplication, as long as the string does not contain any characters outside of the Basic Multilingual Plane. If a string does contain characters outside of the BMP, the user must call pythonmonkey.asUCS4() in order to convert from UTF16 encoding (used by Spidermonkey) to UCS4 encoding (used by Python).

@zollqir zollqir added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 2, 2022
@zollqir zollqir self-assigned this Dec 2, 2022
@zollqir zollqir removed the request for review from Hamada-Distributed December 2, 2022 14:28
@zollqir zollqir removed their assignment Dec 2, 2022
@zollqir zollqir self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants