Problem of ko.po on branch REL9_5_STABLE

From: "Yang, Rong" <yangr(dot)fnst(at)cn(dot)fujitsu(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Problem of ko.po on branch REL9_5_STABLE
Date: 2020-09-25 06:28:09
Message-ID: 547d0984896942d8aead247355fa2127@G08CNEXMBPEKD04.g08.fujitsu.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When I checked the encoding of the Po files, I noticed that src/bin/pg_config/po/ko.po on REL9_5_STABLE branch seemed a little different.
The ‘Content-Type’ of this file and file’s encoding are different from those under other modules, as follows:
 
src/bin/pg_config/po/ko.po:
       "Content-Type: text/plain; charset=euc-kr\n"
src/bin/initdb/po/ko.po:
       "Content-Type: text/plain; charset=UTF-8\n"
 
  These even different from the other branches, as follows:

REL9_5_STABLE src/bin/pg_config/po/ko.po:
       "Content-Type: text/plain; charset=euc-kr\n"
REL9_6_STABLE src/bin/pg_config/po/ko.po
       "Content-Type: text/plain; charset=UTF-8\n"
 
Is there any particular reason for doing this? Or are there any challenges for compatible problems?
Thanks in advance.

--------------------------------------------------
Yang Rong
Development Department II Software Division II Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
Nanjing, 210012, China
TEL : +86+25-86630566-9431
COINS: 7998-9431
FAX : +86+25-83317685
MAIL: yangr(dot)fnst(at)cn(dot)fujitsu(dot)com
--------------------------------------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2020-09-25 06:34:03 Re: Load TIME fields - proposed performance improvement
Previous Message btnakamichin 2020-09-25 06:18:20 Re: Feature improvement of tab completion for DEALLOCATE