Test 52

Doing Hyphenation 'manually' with preloaded patterns.

<- Prev | Next ->

Hyphenator.config({hyphenchar:'|'});
window.onload = function() {
    Hyphenator.hyphenate(document.getElementById('test'), 'en');
};

Hyphenation is indeed quite simple.

Hy|phen|ation is in|deed quite sim|ple.