diff --git a/pdfinfo.cabal b/pdfinfo.cabal
--- a/pdfinfo.cabal
+++ b/pdfinfo.cabal
@@ -1,5 +1,5 @@
 Name:                pdfinfo
-Version:             0.1.3
+Version:             0.1.3.1
 Synopsis:            Wrapper around the pdfinfo command.
 Description:         Just a wrapper around the pdfinfo command. See man pdfinfo.
 License:             BSD3
diff --git a/src/Text/PDF/Info.hs b/src/Text/PDF/Info.hs
--- a/src/Text/PDF/Info.hs
+++ b/src/Text/PDF/Info.hs
@@ -31,8 +31,8 @@
     pdfInfoTitle        :: Maybe String  -- ^ Title
   , pdfInfoSubject      :: Maybe String  -- ^ Subject
   , pdfInfoAuthor       :: Maybe String  -- ^ Author: E.g. Chris Done
-  , pdfInfoCreator      :: Maybe String  -- ^ Creator: E.g. Microsoft® Office Word 2007
-  , pdfInfoProducer     :: Maybe String  -- ^ Producer: E.g. Microsoft® Office Word 2007
+  , pdfInfoCreator      :: Maybe String  -- ^ Creator: E.g. Microsoft Office Word 2007
+  , pdfInfoProducer     :: Maybe String  -- ^ Producer: E.g. Microsoft Office Word 2007
   , pdfInfoCreationDate :: Maybe UTCTime -- ^ Creation Date
   , pdfInfoModDate      :: Maybe UTCTime -- ^ Modification Date
   , pdfInfoTagged       :: Maybe Bool    -- ^ Tagged?
