summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/i18n/cpdtrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/cpdtrans.cpp')
-rw-r--r--Build/source/libs/icu-xetex/i18n/cpdtrans.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/cpdtrans.cpp b/Build/source/libs/icu-xetex/i18n/cpdtrans.cpp
index c20241e2ac5..afd1fdbf8bd 100644
--- a/Build/source/libs/icu-xetex/i18n/cpdtrans.cpp
+++ b/Build/source/libs/icu-xetex/i18n/cpdtrans.cpp
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (C) 1999-2005, International Business Machines
+* Copyright (C) 1999-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
@@ -20,7 +20,7 @@
#include "cmemory.h"
// keep in sync with Transliterator
-static const UChar ID_SEP = 0x002D; /*-*/
+//static const UChar ID_SEP = 0x002D; /*-*/
static const UChar ID_DELIM = 0x003B; /*;*/
static const UChar NEWLINE = 10;