[PATCH] localedata: update LC_ADDRESS for ko_KR
elmitash
elmitash@gmail.com
Tue Apr 7 03:24:25 GMT 2026
From: Jiho Lee <elmitash@gmail.com>
Note: This patch was previously sent to libc-locales by mistake. Resending to libc-alpha for review.
Update the South Korean (ko_KR) address format to follow the official
Large-to-Small hierarchy (Country, Postcode, City, Road, Recipient).
This aligns with the official addressing guidelines from Korea Post:
https://www.koreapost.go.kr/kpost/subIndex/135.do?pSiteIdx=125
* localedata/locales/ko_KR (LC_ADDRESS): Update postal_fmt to
standard Korean order.
Signed-off-by: Jiho Lee <elmitash@gmail.com>
---
localedata/locales/ko_KR | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/localedata/locales/ko_KR b/localedata/locales/ko_KR
index 38235ebf08..630d3cdd59 100644
--- a/localedata/locales/ko_KR
+++ b/localedata/locales/ko_KR
@@ -16,8 +16,8 @@ escape_char /
% Fax:
% Language: ko
% Territory: KR
-% Revision: 1.1
-% Date: 2000-11-09
+% Revision: 1.2
+% Date: 2026-02-16
% Application: general
% Users: general
@@ -43,6 +43,8 @@ escape_char /
% Some cosmetic changes
% 2001-10-08: Won-kyu Park <wkpark@chem.skku.ac.kr>
% Fixed a typo in Hangul portion of LC_COLLATE
+% 2026-02-16: elmitash <elmitash@gmail.com>
+% Updated LC_ADDRESS to follow the modern South Korean address format
LC_IDENTIFICATION
title "Korean locale for Republic of Korea"
@@ -6224,7 +6226,7 @@ name_fmt "%d%t%g%t%m%t%f"
END LC_NAME
LC_ADDRESS
-postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
+postal_fmt "%S %T %l %s %h%N%b %e %r%N%f %d%N%n %a%N%z"
country_name "대한민국"
country_ab2 "KR"
country_ab3 "KOR"
--
2.53.0
More information about the Libc-alpha
mailing list