abagchi 99/11/22 12:41:27
Modified: c/src/util/Platforms/Win32 Win32PlatformUtils.cpp
Log:
Changed 'intlFiles/Locales' to 'icu/data'
Revision Changes Path
1.2 +4 -1
xml-xerces/c/src/util/Platforms/Win32/Win32PlatformUtils.cpp
Index: Win32PlatformUtils.cpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/util/Platforms/Win32/Win32PlatformUtils.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Win32PlatformUtils.cpp 1999/11/09 01:06:21 1.1
+++ Win32PlatformUtils.cpp 1999/11/22 20:41:26 1.2
@@ -56,9 +56,12 @@
/**
* $Log: Win32PlatformUtils.cpp,v $
- * Revision 1.1 1999/11/09 01:06:21 twl
- * Initial revision
+ * Revision 1.2 1999/11/22 20:41:26 abagchi
+ * Changed 'intlFiles/Locales' to 'icu/data'
*
+ * Revision 1.1.1.1 1999/11/09 01:06:21 twl
+ * Initial checkin
+ *
* Revision 1.4 1999/11/08 20:45:33 rahul
* Swat for adding in Product name and CVS comment log variable.
*
@@ -695,7 +698,7 @@
if (!::GetEnvironmentVariableA("ICU_DATA", tmpBuf, 4096))
{
strcpy(tmpBuf, fgLibLocation);
- strcat(tmpBuf, "intlFiles\\Locales\\");
+ strcat(tmpBuf, "icu\\data\\");
ICUTransService::setICUPath(tmpBuf);
}
return new ICUTransService;