On Mon, 02 May 2016 20:34:43 +0200, Ingo Schwarze wrote:

> The following patch fixes the bug by limiting digit values to
> the range 0x00 to 0xff that our LC_CTYPE file format can actually
> store.

Wouldn't it be better to just ignore values > 0xff instead of
clamping to 0xff?

 - todd

Reply via email to