diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-02 00:48:41 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-02 00:48:41 +0000 |
commit | 51c84d8830126e09677bd6354c6d4ce972e0d564 (patch) | |
tree | f8415845d58f365cb4e107a243356bf07108edd7 /contrib/texinfo/makeinfo/lang.h | |
parent | b1ac98d8b27a21983ff38293ee3bb7e961552a64 (diff) | |
parent | a889f1983fae2bee97f5375bac561374da0469a0 (diff) |
This commit was generated by cvs2svn to compensate for changes in r114472,
which included commits to RCS files with non-trunk default branches.
Notes
Notes:
svn path=/head/; revision=114473
Diffstat (limited to 'contrib/texinfo/makeinfo/lang.h')
-rw-r--r-- | contrib/texinfo/makeinfo/lang.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/texinfo/makeinfo/lang.h b/contrib/texinfo/makeinfo/lang.h index 57d4946080fc..b78ce9c31704 100644 --- a/contrib/texinfo/makeinfo/lang.h +++ b/contrib/texinfo/makeinfo/lang.h @@ -1,7 +1,7 @@ /* lang.h -- declarations for language codes etc. - $Id: lang.h,v 1.7 2001/09/11 18:04:29 karl Exp $ + $Id: lang.h,v 1.3 2002/11/07 16:10:49 karl Exp $ - Copyright (C) 1999, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -79,6 +79,7 @@ extern language_type language_table[]; */ typedef enum { no_encoding, + US_ASCII, ISO_8859_1, /* default for en, de, */ ISO_8859_2, /* actualy not supported like the rest below */ ISO_8859_3, |