From: Bruno Haible MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14997.24164.901535.865292@honolulu.ilog.fr> Date: Thu, 22 Feb 2001 19:45:56 +0100 (CET) To: "Juan Manuel Guerrero" Cc: djgpp-workers AT delorie DOT com, Eli Zaretskii Subject: Re: gettext pretest available In-Reply-To: <29F40F30739@HRZ1.hrz.tu-darmstadt.de> References: <29F40F30739 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Juan Manuel, One more question: > If the environment variable LANG is set to one of the values > contained in the file the .mo file will be recoded to the > corresponding dos codepage on the fly. Would it be possible to make it work even if the user doesn't set "LANG"? I can see a DOS call INT 21,65h http://iserver.ivc.cc.ca.us/faculty/dehrlich/Guide/RB-3088.HTM http://iserver.ivc.cc.ca.us/faculty/dehrlich/Guide/RB-3093.HTM#Table1622 and also http://iserver.ivc.cc.ca.us/faculty/dehrlich/Guide/RB-4352.HTM How about exploiting this info in case LANG is not set? Also, since your packages are not yet on Simtel, could you please send the libiconv patch? Bruno