aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-16 21:36:08 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-16 21:36:08 -0800
commit5fc6d09983b41fc02e3601565b0f925e2ae70bc8 (patch)
treebdf63e474dad2b1efed4542a330cb8915d4df263 /src/core
parent3c9a9fdab616c7ba331d93da474a5bc551b352ec (diff)
Revert "Use ICU of the system (fixed #533)"
Diffstat (limited to 'src/core')
-rw-r--r--src/core/basetypes/MCData.cc1
-rw-r--r--src/core/basetypes/MCString.cc1
-rw-r--r--src/core/renderer/MCDateFormatter.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/core/basetypes/MCData.cc b/src/core/basetypes/MCData.cc
index c92c1122..4cd38839 100644
--- a/src/core/basetypes/MCData.cc
+++ b/src/core/basetypes/MCData.cc
@@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
-#define U_DISABLE_RENAMING 1
#include <unicode/ucsdet.h>
#include <libetpan/libetpan.h>
#include <iconv.h>
diff --git a/src/core/basetypes/MCString.cc b/src/core/basetypes/MCString.cc
index 3862cd4f..26e2f931 100644
--- a/src/core/basetypes/MCString.cc
+++ b/src/core/basetypes/MCString.cc
@@ -2,7 +2,6 @@
#include <string.h>
#include <stdlib.h>
-#define U_DISABLE_RENAMING 1
#include <unicode/ustring.h>
#include <unicode/ucnv.h>
#include <unicode/utypes.h>
diff --git a/src/core/renderer/MCDateFormatter.cc b/src/core/renderer/MCDateFormatter.cc
index fc6ce215..2882977d 100644
--- a/src/core/renderer/MCDateFormatter.cc
+++ b/src/core/renderer/MCDateFormatter.cc
@@ -8,7 +8,6 @@
#include "MCDateFormatter.h"
#include <stdlib.h>
-#define U_DISABLE_RENAMING 1
#include <unicode/udat.h>
#if defined(__APPLE__)