シノバーです On Sat, 21 Dec 2002 18:25:08 +0900 Masaki Shinomiya <shino@xxxxxx> wrote: > libxmlのほうにパッチを当ててみました。 以下に差し替えです。 --- parser.org Fri Sep 14 23:09:41 2001 +++ parser.c Sat Dec 21 13:22:00 2002 @@ -1126,9 +1126,11 @@ int xmlCopyChar(int len, xmlChar *out, int val) { /* the len parameter is ignored */ +#if 0 /* suppress converting */ if (val >= 0x80) { return(xmlCopyCharMultiByte (out, val)); } +#endif *out = (xmlChar) val; return 1; } -- Masaki Shinomiya <shino@xxxxxx> http://shino.pos.to/linux/