Re: [PATCH v2] libstdc++: Add Unicode-aware width estimation for std::format

2024-01-07 Thread Jonathan Wakely
On Mon, 8 Jan 2024 at 01:22, Jonathan Wakely wrote: > > On Mon, 8 Jan 2024 at 01:13, Jonathan Wakely wrote: > > > > This V2 patch failed CI: > > https://patchwork.sourceware.org/project/gcc/patch/20240106151802.3356059-1-jwak...@redhat.com/ > > > > But that's because the UTF-8 characters in the p

Re: [PATCH v2] libstdc++: Add Unicode-aware width estimation for std::format

2024-01-06 Thread Jonathan Wakely
On Sat, 6 Jan 2024 at 17:03, Jonathan Wakely wrote: > > On Sat, 6 Jan 2024 at 16:57, Lewis Hyatt wrote: > > > > On Sat, Jan 6, 2024 at 11:40 AM Jonathan Wakely wrote: > > > > > > Here's a V2 patch which addresses the two things I mentioned: the new > > > Python script now generates a complete fi

Re: [PATCH v2] libstdc++: Add Unicode-aware width estimation for std::format

2024-01-06 Thread Jonathan Wakely
On Sat, 6 Jan 2024 at 16:57, Lewis Hyatt wrote: > > On Sat, Jan 6, 2024 at 11:40 AM Jonathan Wakely wrote: > > > > Here's a V2 patch which addresses the two things I mentioned: the new > > Python script now generates a complete file that can just be included by > > , and the full Unicode 15.1.0 g

Re: [PATCH v2] libstdc++: Add Unicode-aware width estimation for std::format

2024-01-06 Thread Lewis Hyatt
On Sat, Jan 6, 2024 at 11:40 AM Jonathan Wakely wrote: > > Here's a V2 patch which addresses the two things I mentioned: the new > Python script now generates a complete file that can just be included by > , and the full Unicode 15.1.0 grapheme cluster break > rules are supported (I think ... more