cvs diff: Diffing . Index: ChangeLog =================================================================== RCS file: /cvs/poppler/poppler/ChangeLog,v retrieving revision 1.71 diff -u -r1.71 ChangeLog --- ChangeLog 27 Apr 2005 18:53:20 -0000 1.71 +++ ChangeLog 27 Apr 2005 19:28:55 -0000 @@ -1,3 +1,8 @@ +2005-04-27 Martin Kretzschmar + + * poppler/GlobalParams.cc: use UTF-8 as the default text encoding. + Fixes Bug 2934. + 2005-04-27 Kristian Høgsberg * poppler/Catalog.cc (NameTree::lookup): Fix bsearch return value cvs diff: Diffing fofi cvs diff: Diffing glib cvs diff: Diffing goo cvs diff: Diffing poppler Index: poppler/GlobalParams.cc =================================================================== RCS file: /cvs/poppler/poppler/poppler/GlobalParams.cc,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 GlobalParams.cc --- poppler/GlobalParams.cc 3 Mar 2005 19:46:03 -0000 1.1.1.1 +++ poppler/GlobalParams.cc 27 Apr 2005 19:28:59 -0000 @@ -246,7 +246,7 @@ psEmbedCIDTrueType = gTrue; psOPI = gFalse; psASCIIHex = gFalse; - textEncoding = new GooString("Latin1"); + textEncoding = new GooString("UTF-8"); #if defined(WIN32) textEOL = eolDOS; #elif defined(MACOS) cvs diff: Diffing qt cvs diff: Diffing splash cvs diff: Diffing test