Test 51

Doing Hyphenation 'manually' by using Hyphenator.hyphenateElement(el, lang); An error should occur.

<- Prev | Next ->

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

Hyphenation is indeed quite simple.

Hyphenation is indeed quite simple.