> On Sun, 4 Apr 2004, Akira Shirogane wrote:
> 
> > I found the chm-version Manual of Japanese version is written in wrong
> > charactor-set, so I made a fixed one.
> 
> We're interested to hear HOW you fixed it, can you please tell?
> 
> regards,
> Derick


Maybe the problem is in the lines 704-706 of configure.in:
  UTF-8)
    SP_OPTIONS="SP_ENCODING=XML SP_CHARSET_FIXED=YES"
    ;;

This should be (I think):

  UTF-8)
    SP_OPTIONS="SP_ENCODING=UTF-8 SP_CHARSET_FIXED=YES"
    ;;


Bug: http://bugs.php.net/bug.php?id=27604

Nuno

Reply via email to