From 7974aaed7dc4d8c682bfd59bb8d2fb5f94647557 Mon Sep 17 00:00:00 2001
From: "Unknown (abagchi)" <dev-null@apache.org>
Date: Mon, 22 Nov 1999 20:41:26 +0000
Subject: [PATCH] Changed 'intlFiles/Locales' to 'icu/data'

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171424 13f79535-47bb-0310-9956-ffa450edef68
---
 src/util/Platforms/Win32/Win32PlatformUtils.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/util/Platforms/Win32/Win32PlatformUtils.cpp b/src/util/Platforms/Win32/Win32PlatformUtils.cpp
index 49ca030e0..b4afa1fcf 100644
--- a/src/util/Platforms/Win32/Win32PlatformUtils.cpp
+++ b/src/util/Platforms/Win32/Win32PlatformUtils.cpp
@@ -56,8 +56,11 @@
 
 /**
  * $Log$
- * 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 @@ XMLTransService* XMLPlatformUtils::makeTransService()
     if (!::GetEnvironmentVariableA("ICU_DATA", tmpBuf, 4096))
     {
         strcpy(tmpBuf, fgLibLocation);
-        strcat(tmpBuf, "intlFiles\\Locales\\");
+        strcat(tmpBuf, "icu\\data\\");
         ICUTransService::setICUPath(tmpBuf);
     }
     return new ICUTransService;
-- 
GitLab