Re: Solaris versus our NLS files

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Solaris versus our NLS files
Date: 2025-12-09 22:38:06
Message-ID: CA+hUKGKFkDj7Tacm5_LVgPhwEe1A9A5CR=QeeRpXMtMScvU1yw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 10, 2025 at 11:23 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> If you're right about Sun not doing transcoding, then I guess we would
> only need to create symlinks matching the encodings used in our .po
> files, which'd remove the symlink bloat problem and replace it with
> how-do-we-extract-that-encoding-name ... although it looks like all
> but one is in UTF-8, so maybe we should just decree they have to be
> in UTF-8? The lone exception is src/bin/pg_config/po/nb.po, which
> seems not to have been touched since 2013.

+1

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-12-09 22:38:10 Re: Trying out read streams in pgvector (an extension)
Previous Message Michael Paquier 2025-12-09 22:37:34 Re: Consistently use palloc_object() and palloc_array()