Index: src/base/PdfEncoding.h
===================================================================
--- src/base/PdfEncoding.h	(revision 1954)
+++ src/base/PdfEncoding.h	(working copy)
@@ -756,6 +756,11 @@
 
  protected:
 
+    virtual const PdfName & GetID() const
+    {
+        return "Win1250Encoding";
+    }
+
     /** Gets a table of 256 short values which are the 
      *  big endian unicode code points that are assigned
      *  to the 256 values of this encoding.
@@ -786,6 +791,11 @@
 
  protected:
 
+    virtual const PdfName & GetID() const
+    {
+        return "Iso88592Encoding";
+    }
+
     /** Gets a table of 256 short values which are the 
      *  big endian unicode code points that are assigned
      *  to the 256 values of this encoding.
