lua-users home
lua-l archive

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


On 1/6/11 8:34 PM, Eero Pajarre wrote:
  }else if (c[0]==0xe4 ||  /* Caution this part is not UTF-8, you
should assert here if you just want to be compatible*/

Thanks, yes I cut the quote off early.

Is the above part where you respect Latin?

Is your implementation going to yield different results because you 'read away' characters in higher than first position in a sequence that might otherwise wrongly be counted?

Thanks,
Henning