-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
JsRunScriptUtf8 missing #2006
Comments
// fyi @obastemur Hi @d4nnyk. The utf8 APIs were experimental, and we've replaced them with something we believe is better for cross-platform apps #1830. Do you have a dependency on the old APIs? In a nutshell, the way to use new string APIs is 1) converting native strings ( We will have the docs/samples updated shortly. |
Thanks! I had to go through some of the "test" code to find "JsRun" and I have ported the old code. |
We track this issue at microsoft/Chakra-Samples#47 and the PR for new samples microsoft/Chakra-Samples#48 |
@d4nnyk Thanks for reporting anyways 👍 |
JsRunScriptUtf8 is missing from the Master branch, which is used in all of the samples for Linux. I guess previously there was a Linux branch and currently it's not there.
Could you please add this? or change the example program to use current exposed API?
The text was updated successfully, but these errors were encountered: