On 04.03.2011 07:04, 乔志强 wrote:
When use UTF8, non ASCII char is> 127, but char is signed,
So get_index() return a big value.
char c = -120;
get_index(c)
Thank you. This seems to be the cause for a known bug. I'll fix it as
soon as possible.
Sebastian