]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/DefaultCharMapper.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / layout / DefaultCharMapper.h
index 4ccd6b0549cc2c548ab869731711367aea3afa47..c0e1bc1c33b486dbb2c6e1f7709f41793800cf00 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * %W% %W%
- *
- * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
  *
  */
 
@@ -25,7 +23,7 @@ U_NAMESPACE_BEGIN
  *
  * @see LECharMapper
  */
-class DefaultCharMapper : public LECharMapper
+class DefaultCharMapper : public UMemory, public LECharMapper
 {
 private:
     le_bool fFilterControls;
@@ -36,6 +34,7 @@ private:
     static const le_int32 controlCharsCount;
 
     static const LEUnicode32 mirroredChars[];
+    static const LEUnicode32 srahCderorrim[];
 
     static const le_int32 mirroredCharsCount;