Skip to content

Commit

Permalink
[lipi] Add utils for working with ISO and ICU
Browse files Browse the repository at this point in the history
Features:
- Add `to_iso_15924_code`, `to_iso_15924_numeric_code`, and
  `to_icu_numeric_code`.
- Update `detect` to support `Cham`, `Kharoshthi`, `MeeteiMayek`,
  `Iso15919`, `Wx`, and `BarahaSouth`.
- Add better support for nuktas, Om, and various punctuation.
- Add better support for svaras, ayogavahas, and the combination of
  svaras and ayogavahas.

Code:
- Simplify and clean up `create_schemes.py`.
  • Loading branch information
akprasad committed Feb 14, 2024
1 parent aa32d22 commit fb74245
Show file tree
Hide file tree
Showing 12 changed files with 1,140 additions and 579 deletions.
1 change: 1 addition & 0 deletions vidyut-lipi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ console_error_panic_hook = "0.1.7"
crate-type = ["cdylib", "rlib"]

[dev-dependencies]
codes-iso-15924 = { version = "0.1.3", default-features = false }
unicode-normalization = "0.1.22"
Loading

0 comments on commit fb74245

Please sign in to comment.