]> granicus.if.org Git - graphviz/commitdiff
improve error message
authorellson <devnull@localhost>
Tue, 15 Aug 2006 14:29:41 +0000 (14:29 +0000)
committerellson <devnull@localhost>
Tue, 15 Aug 2006 14:29:41 +0000 (14:29 +0000)
lib/common/utils.c

index 07d9066fb5f3333f3298e4dabc58be83bca6c5a0..500cb6cfa69ef97ad11d426c73f376ac302c05c4 100644 (file)
@@ -1416,7 +1416,7 @@ char* htmlEntityUTF8 (char* s)
            }
        }
        else  {
-           agerr(AGERR, "UTF8 codes > 3 bytes are not currently supported\n");
+           agerr(AGERR, "UTF8 codes > 3 bytes are not currently supported. Or perhaps \"-Gcharset=latin1\" is needed?\n");
            exit(EXIT_FAILURE);
         }
        rc = agxbputc(&xb, c);