diff --git a/hyphenation.cabal b/hyphenation.cabal
--- a/hyphenation.cabal
+++ b/hyphenation.cabal
@@ -1,6 +1,6 @@
 name:          hyphenation
 category:      Text
-version:       0.2.1.6
+version:       0.2.1.7
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -26,7 +26,7 @@
   >>> hyphenate english_US "hyphenation"
   ["hy","phen","ation"]
   .
-  >>> hyphenate icelandic "vaðlaheiðavegavinnuverkfærageymsluskúr"
+  >>> hyphenate icelandic "va\240lahei\240avegavinnuverkf\230rageymslusk\250r"
   ["va\240la","hei\240a","vega","vinnu","verk","f\230ra","geymslu","sk\250r"]
 build-type:    Simple
 
