Re: [EXTERNAL] Re: Windows Application Issues | PostgreSQL | REF # 48475607
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: "Haifang Wang (Centific Technologies Inc)" <v-haiwang@microsoft.com>,
Vishwa Deepak <Vishwa.Deepak@microsoft.com>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2024-05-18T05:47:13Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Reject non-ASCII locale names.
- ce17de580f90 16.5 landed
- 9c7acc33307b 17.1 landed
- adbb27ac89e0 18.0 landed
Thomas Munro <thomas.munro@gmail.com> writes: > With answers to those questions we might be able to ship some nice > built-in translations to get users out of this jam. If there are > issues on those points, we might have to face some questions about > what the encoding is of the "Turkish_Türkiye.1254" string itself, > which is tricky for us for technical reasons, among other problems... > not sure. TBH, my idea of how this should go was to *not* ship any built-in translations, or indeed any translation file at all (so I didn't like your moving some existing hacks into that file). If we approach it like that, then individual users who hit this problem are responsible for creating their own translation file, which will automatically use whatever is the locally-appropriate encoding. Sure, it's less transparent for affected users, but it will work for them which other approaches might not; and evidence so far is that there's not a huge number of affected users. regards, tom lane