You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hungarian user reported me an interesting think for Liblouis UTDML and hyphenation for hu-hu-g2.ctb table related:
Some time Liblouis UTDML file2brl command not hyphenate few text line if used the us-table.dis, hu-hu-g2.ctb and hyph_hu_HU.dic tables.
The display table is not interesting, because I reproduced this issue for unicode.dis table too.
Usual, this issue happening when the hu-hu-g2.ctb table need using the joinword opcode.
With hungarian grade2 standard need joining the a and az werbs with the next word, and after the comma character followed word not need putting the space character between the comma character and the next word.
Few example strings for usa braille output:
Normal text
"Nem hiába mondja azt a példabeszéd, hogy minden füstnek tűz"
Usa Braille lines if use the us-table.dis,hu-hu-g2.ctb,hyph_hu_HU.dic tables:
"nemhi@ba mondja a<t
1p*ldabe:*d1h mden f(stnek t)<
The first line end of the 20 TH character (maximum line length is 32 characters), and the next line have the other parts.
The példabeszéd word louis.hyphenate function right hyphenated:
pél-da-be-széd
Normal text:
"Olyan könnyű helyen tartja a fogait."
The first line end of the 24 TH character, and the next line have the other parts.
Braille output this text if used the us-table.dis,hu-hu-g2.ctb,hyph_hu_HU.dic tables:
o_an kq$$) he_en tartja
1fogait'
The fogait, and fogait. words right hyphenate with louis.hyphenate function:
Hyphenated words:
fo-ga-it
fo-ga-it.
The user need preparing an embossable braille document, 20 and 24 character line length is wery short this example texts.
If the hungarian user using the hu-hu-g1.ctb table, this issue is not reproducable, because this table not using the joinword opcode for werbs and comma characters.
Attila
The text was updated successfully, but these errors were encountered:
A hungarian user reported me an interesting think for Liblouis UTDML and hyphenation for hu-hu-g2.ctb table related:
Some time Liblouis UTDML file2brl command not hyphenate few text line if used the us-table.dis, hu-hu-g2.ctb and hyph_hu_HU.dic tables.
The display table is not interesting, because I reproduced this issue for unicode.dis table too.
Usual, this issue happening when the hu-hu-g2.ctb table need using the joinword opcode.
With hungarian grade2 standard need joining the a and az werbs with the next word, and after the comma character followed word not need putting the space character between the comma character and the next word.
Few example strings for usa braille output:
Normal text
"Nem hiába mondja azt a példabeszéd, hogy minden füstnek tűz"
Usa Braille lines if use the us-table.dis,hu-hu-g2.ctb,hyph_hu_HU.dic tables:
"nemhi@ba mondja a<t
1p*ldabe:*d1h mden f(stnek t)<
The first line end of the 20 TH character (maximum line length is 32 characters), and the next line have the other parts.
The példabeszéd word louis.hyphenate function right hyphenated:
pél-da-be-széd
Normal text:
"Olyan könnyű helyen tartja a fogait."
The first line end of the 24 TH character, and the next line have the other parts.
Braille output this text if used the us-table.dis,hu-hu-g2.ctb,hyph_hu_HU.dic tables:
o_an kq$$) he_en tartja
1fogait'
The fogait, and fogait. words right hyphenate with louis.hyphenate function:
Hyphenated words:
fo-ga-it
fo-ga-it.
The user need preparing an embossable braille document, 20 and 24 character line length is wery short this example texts.
If the hungarian user using the hu-hu-g1.ctb table, this issue is not reproducable, because this table not using the joinword opcode for werbs and comma characters.
Attila
The text was updated successfully, but these errors were encountered: