Add ; to list of punctuation

bug: 3034792
Change-Id: I8e5f3907840fa2ddc2b5ac99328525313465ea35
main
Ken Wakasa 2010-10-21 01:56:18 +09:00
parent e354a85ef4
commit f5df46f0e0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. -->
<string name="sentence_separators">.,!?)</string>
<!-- Symbols that are suggested between words -->
<string name="suggested_punctuations">!?,\u0022\u0027:()-/@_</string>
<string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string>
<!-- Option values to show/hide the settings key in onscreen keyboard -->
<!-- Automatically decide to show or hide the settings key -->