Merge "Remove double high-reversed-9 quotation mark"

main
Tadashi G. Takaoka 2011-05-12 23:12:55 -07:00 committed by Android (Google) Code Review
commit ce1902bb0e
3 changed files with 14 additions and 7 deletions

View File

@ -137,7 +137,8 @@
latin:mode="url" latin:mode="url"
> >
<Key <Key
latin:keyLabel="\'" /> latin:keyLabel="\'"
latin:popupCharacters=",,," />
</case> </case>
<default> <default>
<Key <Key
@ -151,10 +152,13 @@
latin:languageCode="ru" latin:languageCode="ru"
> >
<Key <Key
latin:keyLabel="\'" /> latin:keyLabel="\'"
latin:popupCharacters=",,," />
<!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
<!-- latin:popupCharacters="“,”,„,‟,«,»" -->
<Key <Key
latin:keyLabel="&quot;" latin:keyLabel="&quot;"
latin:popupCharacters="“,”,«,»,˝" /> latin:popupCharacters="“,”,«,»" />
<Key <Key
latin:keyLabel="." /> latin:keyLabel="." />
<Key <Key
@ -212,9 +216,10 @@
</case> </case>
<default> <default>
<!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. --> <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
<!-- latin:popupCharacters="“,”,„,‟,«,»,,,," -->
<Key <Key
latin:keyLabel="&quot;" latin:keyLabel="&quot;"
latin:popupCharacters="“,”,„,‟,«,»,,,," /> latin:popupCharacters="“,”,«,»,,,," />
<Key <Key
latin:keyLabel="_" /> latin:keyLabel="_" />
</default> </default>

View File

@ -128,7 +128,8 @@
latin:keyLabel="n" latin:keyLabel="n"
latin:popupCharacters="@string/alternates_for_n" /> latin:popupCharacters="@string/alternates_for_n" />
<Key <Key
latin:keyLabel="\'" /> latin:keyLabel="\'"
latin:popupCharacters=",,," />
<Key <Key
latin:keyStyle="deleteKeyStyle" latin:keyStyle="deleteKeyStyle"
latin:keyWidth="15%p" latin:keyWidth="15%p"

View File

@ -106,13 +106,14 @@
latin:keyLabel="!" latin:keyLabel="!"
latin:popupCharacters="¡" /> latin:popupCharacters="¡" />
<!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. --> <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
<!-- latin:popupCharacters="“,”,„,‟,«,»" -->
<Key <Key
latin:keyLabel="&quot;" latin:keyLabel="&quot;"
latin:popupCharacters="“,”,„,‟,«,»" latin:popupCharacters="“,”,«,»"
latin:maxPopupKeyboardColumn="6" /> latin:maxPopupKeyboardColumn="6" />
<Key <Key
latin:keyLabel="\'" latin:keyLabel="\'"
latin:popupCharacters=",,,,´" /> latin:popupCharacters=",,," />
<Key <Key
latin:keyLabel=":" /> latin:keyLabel=":" />
<Key <Key