X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C304B86.4060105@ujf-grenoble.fr> Date: Mon, 31 Dec 2001 12:27:02 +0100 From: Maurice Lombardi User-Agent: Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: fr-fr, it, en MIME-Version: 1.0 To: gpc AT gnu DOT de, djgpp Subject: Re: GPC 2.1 RC 2 released References: <200112230652 DOT HAA08217 AT goedel DOT fjf DOT gnu DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Frank Heckenbach wrote: > Hi everyone, > > GPC version 20011222, the release candidate #2 for GPC 2.1, has been > uploaded to the usual places, CVS and FTP: > > ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/current/gpc-20011222.tar.gz > > There is also one new "feature", the Intl (internationalization) > unit by Eike Lange. (I know that normally one should not do major > additions so short before a release, but the unit is completely > separate from the rest of the compiler and run time system, so even > a very unlikely fatal bug would not affect the stability of the > whole system.) No problem to compile for djgpp, uploaded as usual to agnes under the link: ftp://agnes.dida.physik.uni-essen.de/home/maurice/gpc2953b.zip DJGPP has only partial support for intl: namely setlocale understands only 'C', 'POSIX' and '' but the translations are allowed by environment variables LANG and LANGUAGE (may be in djgpp.env file) Furthermore it needs -liconv in addition to -lintl because the .mo files are coded as usual in ISO (8859-1 for french), which needs to be recoded to DOS codepage (CP850 foir french). In the zip uploaded I have changed intl.pas and gettextdemo.pas which give a djgpp working example. Maurice -- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 63 54 95 mailto:Maurice DOT Lombardi AT ujf-grenoble DOT fr