summary refs log tree commit diff
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 0f591c45fb..02db3f8c20 100644
--- a/FAQ
+++ b/FAQ
@@ -1742,6 +1742,12 @@ Before doing this look through the list of known problem first:
   In addition the Unicode tables contain mappings for the GBK characters
   0xA8BC, 0xA8BF, 0xA989 to 0xA995, and 0xFE50 to 0xFEA0.
 
+- when mapping from EUC-CN to GBK and vice versa we ignore the fact that
+  the coded character at position 0xA1A4 maps to different Unicode
+  characters.  Since the iconv() implementation can do whatever it wants
+  if it cannot directly map a character this is a perfectly good solution
+  since the semantics and appearance of the character does not change.
+
 
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~