Skip to content

Commit

Permalink
updated tag.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Nov 13, 2023
1 parent 0913dc2 commit 1686816
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 46 deletions.
6 changes: 3 additions & 3 deletions src/lsotfea-mruby/otf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ def initialize(data, tag)
def get_tag(tag, category)
meaning = nil
if category == :feature
meaning = $ot_tag_feature[tag]
meaning = $OT_TAG_FEATURE[tag]
elsif category == :language
meaning = $ot_tag_language[tag]
meaning = $OT_TAG_LANGUAGE[tag]
elsif category == :script
meaning = $ot_tag_script[tag]
meaning = $OT_TAG_SCRIPT[tag]
end

if meaning == nil
Expand Down

0 comments on commit 1686816

Please sign in to comment.