mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 07:18:06 +02:00
Based on the iso8859-2 compose, and a bug report by Vladimír Marek, override the en_US.UTF-8 use of <dead_caron> <u> 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 <vlmarek@volny.cz> Signed-off-by: James Cloos <cloos@jhcloos.com>
12 lines
538 B
Text
12 lines
538 B
Text
XCOMM UTF-8 (Unicode) compose sequences
|
|
XCOMM
|
|
XCOMM Modified for Czech, following iso8859-2/Compose
|
|
XCOMM by James Cloos <cloos@jhcloos.com>
|
|
XCOMM based on bug report by Vladimír Marek <vlmarek@volny.cz>
|
|
|
|
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:
|
|
<dead_caron> <u> : "ů" U016F # LATIN SMALL LETTER U WITH RING ABOVE
|
|
<dead_caron> <U> : "Ů" U016E # LATIN CAPITAL LETTER U WITH RING ABOVE
|