From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id 99ECE395200A; Thu, 17 Mar 2022 10:12:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99ECE395200A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] stdio-common: Generate ja_JP.EUC-JP locale X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: 46c75c9aa29ae68400fb205379168e9b10df80f5 X-Git-Newrev: e297d33c73aa22c86228170343c7b2f9bfac6f1e Message-Id: <20220317101219.99ECE395200A@sourceware.org> Date: Thu, 17 Mar 2022 10:12:19 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2022 10:12:19 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e297d33c73aa22c86228170343c7b2f9bfac6f1e commit e297d33c73aa22c86228170343c7b2f9bfac6f1e Author: Florian Weimer Date: Thu Mar 17 10:49:07 2022 +0100 stdio-common: Generate ja_JP.EUC-JP locale It is needed by tst-swprintf. Diff: --- stdio-common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 4a4aa805ed..435cd8904f 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -250,6 +250,7 @@ LOCALES := \ de_DE.ISO-8859-1 \ de_DE.UTF-8 \ en_US.ISO-8859-1 \ + ja_JP.EUC-JP \ ps_AF.UTF-8 \ # LOCALES include ../gen-locales.mk