From: ellson Date: Tue, 15 Aug 2006 14:29:41 +0000 (+0000) Subject: improve error message X-Git-Tag: LAST_LIBGRAPH~32^2~5972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d1884dc52d18cf9af52c941703b5c23334744be;p=graphviz improve error message --- diff --git a/lib/common/utils.c b/lib/common/utils.c index 07d9066fb..500cb6cfa 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -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);