diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 13:50:44 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 13:50:44 +0000 |
commit | cac43727b2c708ce5eede480dee717d8cd8d8a7e (patch) | |
tree | 18a747edee9ac15a018c9cffee00aef5305ba7ed | |
parent | 55185f35a75e6aad933e6faedd68bc14dfb94ccc (diff) |
xc/fonts/encodings/ImakefileXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901
xc/fonts/encodings/ascii-0.enc
//bugs.freedesktop.org/show_bug.cgi?id=1703) attachment #1226
(https://bugs.freedesktop.org/attachment.cgi?id=1226): Adding ascii-0
font encoding which helps in cases where a font has all ASCII chars
populated but not enougth glyphs to match the requirements for
ISO8859-1 (and to add backwards compatibility to ttmkfdir).
-rw-r--r-- | mkfontscale.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mkfontscale.c b/mkfontscale.c index 721a6a9..be5136c 100644 --- a/mkfontscale.c +++ b/mkfontscale.c @@ -19,7 +19,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XdotOrg: xc/programs/mkfontscale/mkfontscale.c,v 1.1.4.4 2004/03/05 13:41:16 eich Exp $ */ +/* $XdotOrg: xc/programs/mkfontscale/mkfontscale.c,v 1.2 2004/04/23 19:54:36 eich Exp $ */ /* $XFree86: xc/programs/mkfontscale/mkfontscale.c,v 1.21 2003/12/10 02:58:07 dawes Exp $ */ #include <stdio.h> @@ -63,7 +63,8 @@ #endif char *encodings_array[] = - { "iso8859-1", "iso8859-2", "iso8859-3", "iso8859-4", "iso8859-5", + { "ascii-0", + "iso8859-1", "iso8859-2", "iso8859-3", "iso8859-4", "iso8859-5", "iso8859-6", "iso8859-6.8", "iso8859-6.8x", "iso8859-6.16", "iso8859-7", "iso8859-8", "iso8859-9", "iso8859-10", "iso8859-11", "iso8859-12", "iso8859-13", "iso8859-14", |