Shane F. Carr
Shane F. Carr
Fixes #4562 There are diffs; good to get this into 1.5
Part of https://github.com/unicode-org/icu4x/issues/1317
In our docs there are 95 and 63 hits for `from_bytes` and `try_from_bytes` (the former includes counts from the latter), and there's also a mix of `from_str` and `try_from_str`. We...
I realized I need to make datetime work first.
This causes confusion, e.g. #4191 We should go out of our way to be explicit about breaking semver. How about taking another step in that direction by renaming `provider` to...
It is in the Unicode UTS 35 spec, and there is a proposal to add it to ECMA-402. We should support it in ICU4X.
Our docs have verbiage such as: > For that reason, one should think of the process of formatting a date in two steps - first, a computational heavy construction of...
The calendarical calculations return 353-day Islamic years for years including the following: ``` (ObservationalIslamic) Found year -269 AH with length 353 (ObservationalIslamic) Found year -40 AH with length 353 (ObservationalIslamic)...
It is the largest single piece of data in TimeZoneFormatsV1, but I don't see code that makes use of it. Also, it uses the full-length `"standard"` and `"daylight"` key strings...
ICU4X aims to be lightweight and portable, and it achieves those goals after all is said and done, but _during the build process_, ICU4X is fairly hefty when it comes...