[GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp,1.7,1.8
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Apr 12 19:10:13 CDT 2005
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Any.cpp,1.12,1.13
Any.h,1.7,1.8 AspectRep.cpp,1.13,1.14 ConnectionRep.cpp,1.9,1.10
FCO.cpp,1.12,1.13 FolderRep.cpp,1.10,1.11
- Next message: [GME-commit]
GMESRC/SDK/BON BONImpl.cpp,1.21,1.22 Extensions.cpp,1.8,1.9
MON.cpp,1.6,1.7 MONImpl.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/XmlBackEnd
In directory escher:/tmp/cvs-serv6309
Modified Files:
CoreXmlFile.cpp
Log Message:
Fixing bug# 103 (Jira)
Each file will have its own xml header.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: CoreXmlFile.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/CoreXmlFile.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CoreXmlFile.cpp 26 Jan 2005 17:31:00 -0000 1.7
--- CoreXmlFile.cpp 12 Apr 2005 18:10:10 -0000 1.8
***************
*** 2060,2063 ****
--- 2060,2066 ----
if( file != NULL )
{
+ // to encode correctly the special characters in each separate file
+ fprintf(file, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
+
// write objects recursively
writeObject( container, file, true, "", currentTime2 );
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Any.cpp,1.12,1.13
Any.h,1.7,1.8 AspectRep.cpp,1.13,1.14 ConnectionRep.cpp,1.9,1.10
FCO.cpp,1.12,1.13 FolderRep.cpp,1.10,1.11
- Next message: [GME-commit]
GMESRC/SDK/BON BONImpl.cpp,1.21,1.22 Extensions.cpp,1.8,1.9
MON.cpp,1.6,1.7 MONImpl.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list