Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b05c913f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Remove double high-reversed-9 quotation mark

Because current DroidSans font lacks double high-reversed-9 quotation
mark '\u201f' glyph (Bug: 4368421), this change remove it from symbol
keyboard popup mini keyboard. This change also removes corresponding
double low-9 quotation marks as well.

Bug: 4347045
Change-Id: I30d1493376efe5af98722e76999107de5dfcae3e
parent b47f4cd1
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@
                latin:mode="url"
            >
                <Key
                    latin:keyLabel="\'" />
                    latin:keyLabel="\'"
                    latin:popupCharacters="‘,’,‚,‛" />
            </case>
            <default>
                <Key
@@ -151,10 +152,13 @@
                latin:languageCode="ru"
            >
                <Key
                    latin:keyLabel="\'" />
                    latin:keyLabel="\'"
                    latin:popupCharacters="‘,’,‚,‛" />
                <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
                <!-- latin:popupCharacters="“,”,„,‟,«,»" -->
                <Key
                    latin:keyLabel="&quot;"
                    latin:popupCharacters="“,”,«,»" />
                    latin:popupCharacters="“,”,«,»" />
                <Key
                    latin:keyLabel="." />
                <Key
@@ -212,9 +216,10 @@
            </case>
            <default>
                <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
                <!-- latin:popupCharacters="“,”,„,‟,«,»,‘,’,‚,‛" -->
                <Key
                    latin:keyLabel="&quot;"
                    latin:popupCharacters="“,”,„,‟,«,»,‘,’,‚,‛" />
                    latin:popupCharacters="“,”,«,»,‘,’,‚,‛" />
                <Key
                    latin:keyLabel="_" />
            </default>
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,8 @@
            latin:keyLabel="n"
            latin:popupCharacters="@string/alternates_for_n" />
        <Key
            latin:keyLabel="\'" />
            latin:keyLabel="\'"
            latin:popupCharacters="‘,’,‚,‛" />
        <Key
            latin:keyStyle="deleteKeyStyle"
            latin:keyWidth="15%p"
+3 −2
Original line number Diff line number Diff line
@@ -106,13 +106,14 @@
            latin:keyLabel="!"
            latin:popupCharacters="¡" />
        <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
        <!-- latin:popupCharacters="“,”,„,‟,«,»" -->
        <Key
            latin:keyLabel="&quot;"
            latin:popupCharacters="“,”,„,‟,«,»"
            latin:popupCharacters="“,”,«,»"
            latin:maxPopupKeyboardColumn="6" />
        <Key
            latin:keyLabel="\'"
            latin:popupCharacters="‘,’,‚,‛" />
            latin:popupCharacters="‘,’,‚,‛" />
        <Key
            latin:keyLabel=":" />
        <Key