Re: [PATCH v2] libstdc++: Fix Unicode codecvt and add tests [PR86419]

2023-01-12 Thread Jonathan Wakely via Gcc-patches
On Tue, 10 Jan 2023 at 12:59, Dimitrij Mijoski via Libstdc++ wrote: > > Fixes the conversion from UTF-8 to UTF-16 to properly return partial > instead ok. > Fixes the conversion from UTF-16 to UTF-8 to properly return partial > instead ok. > Fixes the conversion from UTF-8 to UCS-2 to properly ret

Re: [PATCH v2] libstdc++: Fix Unicode codecvt and add tests [PR86419]

2023-01-10 Thread Jonathan Wakely via Gcc-patches
On Tue, 10 Jan 2023, 13:43 Dimitrij Mijoski, wrote: > On Tue, 2023-01-10 at 13:28 +, Jonathan Wakely wrote: > > Thanks for the patch. Do you have a copyright assignment for gcc filed > with the FSF? > > > Yes, I have already signed the copyright assignment. > Great, thanks for confirming.

Re: [PATCH v2] libstdc++: Fix Unicode codecvt and add tests [PR86419]

2023-01-10 Thread Dimitrij Mijoski via Gcc-patches
On Tue, 2023-01-10 at 13:28 +, Jonathan Wakely wrote: > Thanks for the patch. Do you have a copyright assignment for gcc > filed with the FSF?  Yes, I have already signed the copyright assignment.

Re: [PATCH v2] libstdc++: Fix Unicode codecvt and add tests [PR86419]

2023-01-10 Thread Jonathan Wakely via Gcc-patches
On Tue, 10 Jan 2023, 13:00 Dimitrij Mijoski wrote: > Fixes the conversion from UTF-8 to UTF-16 to properly return partial > instead ok. > Fixes the conversion from UTF-16 to UTF-8 to properly return partial > instead ok. > Fixes the conversion from UTF-8 to UCS-2 to properly return partial > inste

[PATCH v2] libstdc++: Fix Unicode codecvt and add tests [PR86419]

2023-01-10 Thread Dimitrij Mijoski via Gcc-patches
Fixes the conversion from UTF-8 to UTF-16 to properly return partial instead ok. Fixes the conversion from UTF-16 to UTF-8 to properly return partial instead ok. Fixes the conversion from UTF-8 to UCS-2 to properly return partial instead error. Fixes the conversion from UTF-8 to UCS-2 to treat 4-by