We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intl doesn't seem to work. I think we are missing icudtl.dat that needs to be included somehow.
This code
console.log(new Intl.Collator('en').compare('hello', 'hello'))
throws an error
Unhandled Rejection RangeError: Internal error. Icu error. at new Collator (<anonymous>) at techempower.mjs:101:13 process will exit
The text was updated successfully, but these errors were encountered:
hello! I don't have any qualification to support this but, wouldn't this be as simple as adding a flag or something when building v8?
Sorry, something went wrong.
billywhizz
No branches or pull requests
Intl doesn't seem to work. I think we are missing icudtl.dat that needs to be included somehow.
This code
throws an error
The text was updated successfully, but these errors were encountered: