-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
ICU support in V8 #470
Comments
I believe this is already supported, check https://www.caoccao.com/Javet/tutorial/advanced/internationalization_i18n.html |
Thanks for the docs link. I followed the docs, and for this code const numberFormat = new Intl.NumberFormat('en-US');
console.log(numberFormat.format(1234567.89)); // "1,234,567.89" I get:
Here is my
Here is my init code:
Here is how I create the runtime:
|
@caoccao do you have any idea what might be causing this exception? |
Where do you get that icu file? |
Please find a better one in V8. |
@caoccao The v8 github repo does not contain any Can you please update the instructions in your documentation about where to get a good ICU |
Usually you can find it from the latest actions, as the doc indicates. However these days have been special. Please check the announcements in the discord channel to get better idea of what's going on. There's no need to update the doc because most probably next month things will get back to normal. And it's not that hard to find a usable one. |
I have looked at the Actions page of Javet, but I don't see how to get the ICU dat files from there. As far as I can see this is only build logs. I have also looked at announcements in the Discord channel... I don't see anything there currently. And I can watch this in the future, sure. But I need to find this ICU file quickly. If you're not going to update the documentation, can you please provide me with a link to the dat file that I need? The documentation really doesn't make this process easy to figure out. |
@caoccao I also tried building the By the way, if I comment out the line Are the ICU data files also arch-specific? Why not ship the V8 |
There are boundaries between an SDK and an SDK consumer. All what you said belong to the SDK consumer's responsibility. Please do null check by yourself. Please find a suitable ICU files by yourself. An SDK shouldn't enforce its users to pay the tax that they don't want to pay, e.g. to ship an ICU file in the JAR. |
I've just run some actions. You may download the ICU files there. |
I downloaded your ICU file from Actions ( However, since this is the only working source I have been able to find to get the
The If you don't want to ship the |
No. There are many versions of ICU files for various purpose. The choice is left to the users. |
Removing the original issue text -- see the update below
The text was updated successfully, but these errors were encountered: