X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=o1C wXwXulJ3GOqqfdLDLj8WNoJgKU/h5WqQFQd6l0JQ/utWZYVpS+Kuy/Q5dtKjS5Ve 9oUZInUccWN+i841wpmCGXO2ReI7JtWpcg9yEAVorrJDSPHktnEGRvwhHX3PEOCP Y/nNDmY4vE0s8xrAATogp0kbAki7zS5ieahyj4rg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=6kuOi3mnO lu1wHpH1tnQggmS49E=; b=rMCBs3e70+p2gwMdCNGJ692Gv0raZbnH6VgUTdwiZ lDTnH9wHNTeZeXmFyiKKIBB7Nx7EU63yAezXB8lkfnGUu1DcyauHbn8jEZEwRGkL +HW6CnVb4sa8/iY13SG/iJZRKg369xGeKZQ8hqYqZKNXHWkxmKh3E6zvmeWcrTTI i4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*MI:online, H*Ad:D*t-online.de, offer, H*r:sk:mailout X-HELO: mailout10.t-online.de To: cygwin AT cygwin DOT com From: Henning Subject: Difference between --disable-nls and --disable-i18n Message-ID: Date: Mon, 3 Jun 2019 10:59:21 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes If I (re-)compile packages I want to exclude support for internatio- nalization/native languages, unicode and the like. My locale is C.CP850 or C.CP437. And I don't want utilities like sed to be able to recognize or otherwise deal with unicode/multibyte characters. My guess is that --disable-nls prevents non-en_US manpages and messages. Many packages offer this configure option. sed(1) offers this one and --dissable-i18n. What is the difference? And there are --with(out)-libintl-prefix --with(out)-libiconv-prefix. I would be glad I somebody could shed a light on all these and possible interdependencies. Thanks in advance Henning -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple