Bug#232217: Bug #232217: incomplete utf-8 support

2005-09-21 Thread Tatsuo Ishii
> > Before 7.4, to be handled by regex routines, UTF-8 are converted to > > ISO 10646. There was a limitaion in regex routines in that they cannot > > handle multibyte characters > 2bytes. In another word only 16bit UCS-2 > > are supported. That's why ISO 10646 > 0x1 is rejected. > > Is this s

Bug#232217: Bug #232217: incomplete utf-8 support

2005-09-21 Thread Martin Pitt
Hi all! > Before 7.4, to be handled by regex routines, UTF-8 are converted to > ISO 10646. There was a limitaion in regex routines in that they cannot > handle multibyte characters > 2bytes. In another word only 16bit UCS-2 > are supported. That's why ISO 10646 > 0x1 is rejected. Is this stil