Complete.Org: Mailing Lists: Archives: freeciv-dev: August 1999:
Re: [Freeciv-Dev] patch: registry improvements (PR#98)
Home

Re: [Freeciv-Dev] patch: registry improvements (PR#98)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Freeciv-Dev] patch: registry improvements (PR#98)
From: dperezs@xxxxxxx
Date: Sun, 8 Aug 1999 14:45:46 -0700 (PDT)

-----BEGIN PGP SIGNED MESSAGE-----

Hello everyone, only a quickly message:

> This patch makes some extensions to the registry.  I also
> ended up basically re-writing much of the code to parse
> registry-format files, and added some new modules...

> - Allow gettext markings on string values in registry ....

> - Allow multi-line strings.  The purpose of this is to make
> it feasible to easily include help data in ruleset files.
But in this patch both features are incompatibles. The way gettext
marks multiples lines strings is the following:

msgid="This is a multi"
      "line string\n"

Which is the same as "This is multiline string\n".

So all the strings marked in the way of this patch, will be
misunderstod by gettext. If you put

msgid="This is a multi
       line string\n"

will be parsed as:

msgid="This is a multi"

which it is not what we want.

And what's more I think that gettext way is better, cause it let you
format the style you see in the ruleset file, and the style it would be
printed (which would not be the same).


                      Ta otra....        David


+--------------- David Pérez Serrada <dperezs@xxxxxxx>   -----------------+
|        Hay que ser lúcido para ser fuerte, fuerte para ser útil         |
|                       y útil para ser feliz.   - Spinoza                |
+------ Visit http://www.ioba.med.uva.es/~serrada/  also for PGP key -----+

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBN64b7VBVY5Voa3sZAQH5YAP/QVK5etM8aTdvRhX4J7HCSfMQnJBk6HoM
Op5Jp1aqB4MlA+SLJuCUxvd/lbp/adFD66bIHJ8PdVVkJ39vwUhX/4g7Obtp1Nyp
HHWAVp7MA9eZ+/uicEtUX6ExVIqk53mSirrBrltm/Ufy9UnX2wc0IBr7yQH6Av3b
5/h9VMVZyj0=
=grPc
-----END PGP SIGNATURE-----



[Prev in Thread] Current Thread [Next in Thread]