File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 113113-- function debugUyghur(word)
114114-- SILE.languageSupport.loadLanguage("ug")
115115-- print(SILE.showHyphenationPoints(word,"ug"))
116- -- local items = SILE._hyphenate(SILE.hyphenators ["ug"],word)
116+ -- local items = SILE._hyphenate(SILE._hyphenators ["ug"],word)
117117-- print(reorderHyphenations(items,true))
118118-- end
119119
@@ -124,10 +124,10 @@ SILE.hyphenator.languages.ug = function (n)
124124 -- Make "Turkish" nodes
125125 local newoptions = pl .tablex .deepcopy (n .options )
126126 newoptions .language = " lt"
127- if not SILE .hyphenators .lt then
127+ if not SILE ._hyphenators .lt then
128128 SILE .hyphenate (SILE .shaper :createNnodes (latin , newoptions ))
129129 end
130- local items = SILE ._hyphenate (SILE .hyphenators [" lt" ], latin )
130+ local items = SILE ._hyphenate (SILE ._hyphenators [" lt" ], latin )
131131 if # items == 1 then
132132 SU .debug (" uyghur" , latin , " No hyphenation points" )
133133 return { n }
You can’t perform that action at this time.
0 commit comments