From patchwork Tue Aug 8 12:49:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 73813 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1FE9B3858D33 for ; Tue, 8 Aug 2023 12:49:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1FE9B3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691498984; bh=R2bLRGm90xRq9Dyt9GOtWfBezX14IJa3hS1Eu+dTzd4=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=flGG7KBPkZMZoJ2FlbqzGjo2Tak8hAGdvgMu3ARy1T1P2QuY6fQS6XJLCiMdM0/u1 0hKpcPqOBQ04c81HYaZvTkmpMihnbvLtQa5MWOEO+kWqkHdOG2OUQ3E8wvvtM2Kt4Q yn9hWGOswg9eZhyHJpt0Frs+YXOVYG106EnVUy/I= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 9E0B23858D20 for ; Tue, 8 Aug 2023 12:49:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9E0B23858D20 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id CEB3B21AC8 for ; Tue, 8 Aug 2023 12:49:20 +0000 (UTC) Received: from hawking.nue2.suse.org (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id C5A0D2C142 for ; Tue, 8 Aug 2023 12:49:20 +0000 (UTC) Received: by hawking.nue2.suse.org (Postfix, from userid 17005) id B56D14A049B; Tue, 8 Aug 2023 14:49:20 +0200 (CEST) To: libc-alpha@sourceware.org Subject: [PATCH] Mark non-UTF-8 localedata test input files as binary X-Yow: Gibble, Gobble, we ACCEPT YOU --- Date: Tue, 08 Aug 2023 14:49:20 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Andreas Schwab via Libc-alpha From: Andreas Schwab Reply-To: Andreas Schwab Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Non-UTF-8 files can cause problems, because a mixture of encodings in the same patch is hard to handle. Mark the non-UTF-8 files as binary to avoid that. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 06b553db80..1492f6c84d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ ChangeLog merge=merge-changelog timezone/* -whitespace +localedata/*.ISO-8859-*.in binary +localedata/cs_CZ.in binary +localedata/th_TH.in binary +localedata/tst-langinfo.sh binary