Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Update
synergy
add-support-for-latin-s-and-t-with-comma-below....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add-support-for-latin-s-and-t-with-comma-below.patch of Package synergy
From dfb8d1501062b229c10bdc30a9fda2098e349519 Mon Sep 17 00:00:00 2001 From: Robert Munteanu <robert@lmn.ro> Date: Sat, 24 Feb 2018 23:13:43 +0200 Subject: [PATCH] Add support for latin 's' and 't' with comma below These codes were not supported at all, presumably due to being introduced only in Unicode 3.0. --- src/lib/platform/XWindowsUtil.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/platform/XWindowsUtil.cpp b/src/lib/platform/XWindowsUtil.cpp index f9dd93f19..41c695263 100644 --- a/src/lib/platform/XWindowsUtil.cpp +++ b/src/lib/platform/XWindowsUtil.cpp @@ -933,6 +933,10 @@ struct codepair { { XK_oe, 0x0153 }, /* LATIN SMALL LIGATURE OE */ { XK_Ydiaeresis, 0x0178 }, /* LATIN CAPITAL LETTER Y WITH DIAERESIS */ { XK_EuroSign, 0x20ac }, /* EURO SIGN */ +{ 0x1000218, 0x0218}, /* LATIN CAPITAL LETTER S WITH COMMA BELOW */ +{ 0x1000219, 0x0219}, /* LATIN SMALL LETTER S WITH COMMA BELOW */ +{ 0x100021a, 0x021a}, /* LATIN CAPITAL LETTER T WITH COMMA BELOW */ +{ 0x100021b, 0x021b}, /* LATIN CAPITAL LETTER T WITH COMMA BELOW */ /* combining dead keys */ { XK_dead_abovedot, 0x0307 }, /* COMBINING DOT ABOVE */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor