Skip to content

Commit

Permalink
Support Indic_Syllabic_Category in icu_properties. (#4176)
Browse files Browse the repository at this point in the history
* Support Indic_Syllabic_Category in icu_properties.

* Add FFI
  • Loading branch information
makotokato authored Oct 19, 2023
1 parent e7cf3d7 commit 3db32eb
Show file tree
Hide file tree
Showing 37 changed files with 7,164 additions and 3 deletions.
20 changes: 20 additions & 0 deletions components/properties/data/data/macros.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions components/properties/data/data/macros/props_insc_v1.data.rs

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions components/properties/data/data/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/properties/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mod trievalue;

pub use props::{
BidiClass, CanonicalCombiningClass, EastAsianWidth, GeneralCategory, GeneralCategoryGroup,
GraphemeClusterBreak, LineBreak, Script, SentenceBreak, WordBreak,
GraphemeClusterBreak, IndicSyllabicCategory, LineBreak, Script, SentenceBreak, WordBreak,
};

/// Module for working with the names of property values
Expand Down
Loading

0 comments on commit 3db32eb

Please sign in to comment.