Re: Definition of language codes

1999-02-22 Thread Olaf Meeuwissen
On Sun, 21 Feb 1999 Martin Schulze <[EMAIL PROTECTED]>
wrote:

> Martin Schulze wrote:
> > Hi,
> > 
> > I wonder if the codes used in /usr/share/locale are documented
> > defined somewhere.
>
> This is:
>
>   [_][.][,]
>
> And  seems to be defined in
>
>   ftp://ftp.infodrom.north.de/pub/doc/tech/tcpip/iso-3166.gz
>
> Now where is  defined?

The complete naming scheme is described in the Filesystem Hierarchy
Standard (FHS-2.0) complete with references as to which standards are
to be used for language and territory.  I don't have an URL handy or I
would include it.

Hope this helps,

-- 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Olaf Meeuwissen   Ph.D. student, Shinshu University, Japan
[EMAIL PROTECTED]Information Management Systems Laboratory



Re: Definition of language codes

1999-02-22 Thread Pavel Makovec
Olaf Meeuwissen napsal:
>The complete naming scheme is described in the Filesystem Hierarchy
>Standard (FHS-2.0) complete with references as to which standards are
>to be used for language and territory.  I don't have an URL handy or I
>would include it.

AFAIK, the two-letter ISO 639 language codes in small letters are used
for  and two-letter ISO 3166 country codes in capitals are
used for , e.g. cs_CZ is Czech language in Czech Republic.

Best regards,
Pavel Makovec
--
[EMAIL PROTECTED]



Re: Definition of language codes

1999-02-22 Thread Pavel Makovec
Olaf Meeuwissen napsal:
>On Mon, 22 Feb 1999 "Pavel Makovec" <[EMAIL PROTECTED]> wrote:
>> AFAIK, the two-letter ISO 639 language codes in small letters are used
>> for  and two-letter ISO 3166 country codes in capitals are
>> used for , e.g. cs_CZ is Czech language in Czech Republic.
>
>To drive the point home, Dutch in the Netherlands and Belgium would be
>nl_NL and nl_BE, while French in Belgium and France would be fr_BE and
>fr_FR.  That's why the territory is used.

Exactly. French in Canada and Switzerland would be fr_CA and fr_CH,
Czech in Slovakia ... cs_SK, Slovak in Czech Republic ... sk_CZ, etc.

S pozdravem,
Pavel Makovec
--
[EMAIL PROTECTED]



Re: Foreign language syllable division rules

1999-02-22 Thread Fabrizio Polacco
On Sun, Feb 07, 1999 at 06:31:35PM +0100, Matej Vela wrote:
> On Sun, Feb 07, 1999 at 04:18:08PM +0100, Martin Schulze wrote:
> > 
> > I was asked today how to enable foreign language syllable division
> > rules for manpages.  Can you give me a hint or an idea to look
> > at?
> 
> Take the corresponding TeX hyphenation file (eg. from
> /usr/lib/texmf/tex/generic/hyphen/), remove or comment out everything
> but the contents of the \patterns macro, and save it as
> /usr/share/groff/tmac/hyphen..
> 
> Then change /usr/share/groff/tmac/troffrc (the ``.do hla'' line and
> the ``.do hpf'' line) so that it uses the newly created hyphenation
> patterns.

And then, if it works, send it to me, or raise a wishlist bug to groff, 
so I'll se to include in the package.

fab