Re: [PATCH] Various fixes for facets

2017-03-17 Thread Jonathan Wakely
On 16/03/17 15:23 +, Jonathan Wakely wrote: On 14/03/17 18:46 +, Jonathan Wakely wrote: On 13/03/17 19:35 +, Jonathan Wakely wrote: This is a series of patches to fix various bugs in the Unicode character conversion facets. Ther first patch fixes a silly < versus <= bug that meant

Re: [PATCH] Various fixes for facets

2017-03-16 Thread Jonathan Wakely
On 16/03/17 15:23 +, Jonathan Wakely wrote: On 14/03/17 18:46 +, Jonathan Wakely wrote: On 13/03/17 19:35 +, Jonathan Wakely wrote: This is a series of patches to fix various bugs in the Unicode character conversion facets. Ther first patch fixes a silly < versus <= bug that meant

Re: [PATCH] Various fixes for facets

2017-03-16 Thread Jonathan Wakely
On 14/03/17 18:46 +, Jonathan Wakely wrote: On 13/03/17 19:35 +, Jonathan Wakely wrote: This is a series of patches to fix various bugs in the Unicode character conversion facets. Ther first patch fixes a silly < versus <= bug that meant that 0x got written as a surrogate pair

Re: [PATCH] Various fixes for facets

2017-03-14 Thread Jonathan Wakely
On 13/03/17 19:35 +, Jonathan Wakely wrote: This is a series of patches to fix various bugs in the Unicode character conversion facets. Ther first patch fixes a silly < versus <= bug that meant that 0x got written as a surrogate pair instead of as simply 0xff, and an endianness bug for

[PATCH] Various fixes for facets

2017-03-13 Thread Jonathan Wakely
This is a series of patches to fix various bugs in the Unicode character conversion facets. Ther first patch fixes a silly < versus <= bug that meant that 0x got written as a surrogate pair instead of as simply 0xff, and an endianness bug for the internal representation of UTF-16 code units