rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

feat: Add `v8::icu::get_default_locale` function

Open AnInternetTroll opened this issue 2 years ago • 1 comments

closes #797

AnInternetTroll avatar Apr 28 '22 17:04 AnInternetTroll

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 28 '22 17:04 CLAassistant

What do you need this for?

ry avatar Sep 30 '22 17:09 ry

What do you need this for?

Needed for https://github.com/denoland/deno/pull/12322

bartlomieju avatar Sep 30 '22 18:09 bartlomieju

@littledivy I don't think that would work - the data you get from ICU is stack-allocated and as such can't return it to Rust.

bartlomieju avatar Oct 03 '22 20:10 bartlomieju