Automatic hyphenation
From Cyclone3 Wiki
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
Trickier subpart - automatically ad hyphenation entity (­) to html output, where it belongs to enable standard-based browsers to divide words properly. | Trickier subpart - automatically ad hyphenation entity (­) to html output, where it belongs to enable standard-based browsers to divide words properly. | ||
+ | |||
+ | This has been realized by UTF-8 SOFT_HYPHEN by Cyclone3 Ext::TextHyphen | ||
[[Category:Labs]] | [[Category:Labs]] |
Current revision
Automatically add non-breaking space ( ) where it belongs for the given article language (to not leave prepositions on the line end (in Bruges), or to not divide a number from the scale it is used with (100 km/h).
Trickier subpart - automatically ad hyphenation entity (­) to html output, where it belongs to enable standard-based browsers to divide words properly.
This has been realized by UTF-8 SOFT_HYPHEN by Cyclone3 Ext::TextHyphen