Namazu-devel-en(old)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [namazu] Truncated result , last char missing



Hello,

> The possibility is the following lines in mknmz (put_field_index function):
> 
>             # Remove a garbage Kanji 1st char at the end.
>             $output = codeconv::chomp_eucjp($output);
> 
> The function chomp_eucjp() is for Japanese processing. Japanese
> characters are encoded in multiple bytes, so the function adjustments
> incompolete miultibyte character.

Commanting the line works properly. Perfect

Arigato ;)

xav