Doing Hyphenation 'manually' by using Hyphenator.hyphenateElement(el, lang); An error should occur.
Hyphenator.config({hyphenchar:'|'});
window.onload = function() {
Hyphenator.hyphenate(document.getElementById('test'), 'en');
};
Hyphenation is indeed quite simple.
Hyphenation is indeed quite simple.