rust-language-tags icon indicating copy to clipboard operation
rust-language-tags copied to clipboard

Language tags for Rust

Results 4 rust-language-tags issues
Sort by recently updated
recently updated
newest added

From what I've seen, only the docstring of `LanguageTag` itself includes a portion of RFC 5646 verbatim. License-wise, this is probably not ok. RFC 5646 states at the beginning: >...

help wanted

@Tpt what do you think should be done here? > TODO: what if a redundant has a some extensions/private use? https://github.com/pyfisch/rust-language-tags/blob/d77c70d6bfbc9749640a825a0d83974f02ace9a9/src/lib.rs#L403

I'm in the process of updating a crate that depended on `language-tags 0.2` to the latest version (`0.3.2`). The lack of `CHANGELOG.md` file in the repo with a summary of...

### Problem: Currently, the `language-tags` crate does not support parsing of Unicode Locale Extensions (`u` and `t`). These extensions are crucial for specifying additional information about language behavior, such as...