commit cf4d5989383acc4ed1b7eebadde9f380f2129766 Author: James Cloos Date: Tue Jul 29 15:02:56 2014 -0400 Add nls for cs_CZ.UTF-8 Based on the iso8859-2 compose, and a bug report by Vladimír Marek, override the en_US.UTF-8 use of to enter »ǔ« instead to enter »ů«, and likewise for the majuscule, for the Czech locale. This evidently is the norm for Czech keyboards. Fixes bz#81875. The XI18N_OBJS and XLC_LOCALE.pre files are empty, as they are for several other locales. That may require an update. Reported-by: Vladimír Marek Signed-off-by: James Cloos diff --git a/nls/cs_CZ.UTF-8/Compose.pre b/nls/cs_CZ.UTF-8/Compose.pre new file mode 100644 index 0000000..022753e --- /dev/null +++ b/nls/cs_CZ.UTF-8/Compose.pre @@ -0,0 +1,12 @@ +XCOMM UTF-8 (Unicode) compose sequences +XCOMM +XCOMM Modified for Czech, following iso8859-2/Compose +XCOMM by James Cloos +XCOMM based on bug report by Vladimír Marek + +XCOMM Use the sequences from en_US.UTF-8 as the basis: +include "X11_LOCALEDATADIR/en_US.UTF-8/Compose" + +XCOMM Overriding U with caron: + : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE + : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE diff --git a/nls/cs_CZ.UTF-8/XI18N_OBJS b/nls/cs_CZ.UTF-8/XI18N_OBJS new file mode 100644 index 0000000..e69de29 diff --git a/nls/cs_CZ.UTF-8/XLC_LOCALE.pre b/nls/cs_CZ.UTF-8/XLC_LOCALE.pre new file mode 100644 index 0000000..e69de29