[GME-commit] GMESRC/GME/Parser MgaDumper.cpp,1.11,1.12

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon May 24 09:35:46 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv10692/Parser

Modified Files:
	MgaDumper.cpp 
Log Message:
Quick fix for non-ASCII charsets in the Dumper

CVS User: volgy

Index: MgaDumper.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaDumper.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MgaDumper.cpp	14 Mar 2004 15:32:52 -0000	1.11
--- MgaDumper.cpp	24 May 2004 13:35:44 -0000	1.12
***************
*** 66,70 ****
  		InitDump(p, xmlfile);
  
! 		ofs << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
  		ofs << "<!DOCTYPE project SYSTEM \"mga.dtd\">\n\n";
  
--- 66,73 ----
  		InitDump(p, xmlfile);
  
! 		// TODO: Dump into real UTF-8
! 		// ofs << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
! 		//
! 		ofs << "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";
  		ofs << "<!DOCTYPE project SYSTEM \"mga.dtd\">\n\n";
  



More information about the GME-commit mailing list