Skip to content

Commit

Permalink
Fix Nko tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Jan 10, 2022
1 parent 3a9641b commit 8de07a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text/unicode_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ pub const SCRIPTS_BY_TAG: [(u32, Script); 157] = [
((110<<24|97<<16|110<<8|100), Script::Nandinagari),
((110<<24|97<<16|114<<8|98), Script::OldNorthArabian),
((110<<24|98<<16|97<<8|116), Script::Nabataean), ((110<<24|101<<16|119<<8|97), Script::Newa),
((110<<24|107<<16|111<<8|111), Script::Nko), ((110<<24|115<<16|104<<8|117), Script::Nushu),
((110<<24|107<<16|111<<8|32), Script::Nko), ((110<<24|115<<16|104<<8|117), Script::Nushu),
((111<<24|103<<16|97<<8|109), Script::Ogham), ((111<<24|108<<16|99<<8|107), Script::OlChiki),
((111<<24|114<<16|107<<8|104), Script::OldTurkic),
((111<<24|114<<16|121<<8|50), Script::Oriya), ((111<<24|115<<16|103<<8|101), Script::Osage),
Expand Down

0 comments on commit 8de07a0

Please sign in to comment.