mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 18:59:00 +00:00
Add ISO8859-14 encoding
This allows legacy applications (xcalc for instance) to work without the: "Warning: missing charsets in String to FontSet conversion" message on systems with only ISO8859-1 and UTF-8 encoded fonts installed.
This commit is contained in:
@@ -15,6 +15,7 @@ ENCODING_FILES = \
|
||||
ibm-cp866.enc \
|
||||
iso8859-11.enc \
|
||||
iso8859-13.enc \
|
||||
iso8859-14.enc \
|
||||
iso8859-16.enc \
|
||||
iso8859-6.16.enc \
|
||||
iso8859-6.8x.enc \
|
||||
|
||||
@@ -293,6 +293,7 @@ ENCODING_FILES = \
|
||||
ibm-cp866.enc \
|
||||
iso8859-11.enc \
|
||||
iso8859-13.enc \
|
||||
iso8859-14.enc \
|
||||
iso8859-16.enc \
|
||||
iso8859-6.16.enc \
|
||||
iso8859-6.8x.enc \
|
||||
|
||||
2
font/encodings/aclocal.m4
vendored
2
font/encodings/aclocal.m4
vendored
@@ -3106,7 +3106,7 @@ XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wuninitialized])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
|
||||
# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op])
|
||||
|
||||
# These are currently disabled because they are noisy. They will be enabled
|
||||
|
||||
Reference in New Issue
Block a user