Fortes


Soft Hyphenator

Hills near Scottish Lakes

Hills near Scottish Lakes Leavenworth, Washington

I’m happy to announce Soft Hyphenator, a simple utility I wrote this weekend that adds soft hyphens into HTML content.

Today’s web browsers don’t provide hyphenation, which makes justified text prone to rivers of white space. However, browsers do support the soft-hyphen: the ­ HTML entity. Soft hyphens tell the browser where it can break a word, if necessary.

Adding these hyphens manually is quite tedious. The Soft Hyphenator takes HTML and adds the soft hyphens automatically.

The site is written in Python and deployed on Google AppEngine. It uses the BeautifulSoup and python-hyphenator libraries, along with OpenOffice’s hyphenation dictionaries. For the nerdy & curious, I’ve made the source code public.

I’m still quite new to Python and Google AppEngine, but I’m pretty happy with both so far. The entire site took less than 24 hours to write, and WTF/minute rate was pretty good.