CStringInputSMS: Add '%' to valid chars

Origin commit data
------------------
Commit: 5d4286285a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)
This commit is contained in:
Michael Liebmann
2014-03-18 19:01:20 +01:00
parent 27d30d9c99
commit 26f9f30699

View File

@@ -636,7 +636,7 @@ void CStringInputSMS::initSMS(const char * const Valid_Chars)
{ {
last_digit = -1; // no key pressed yet last_digit = -1; // no key pressed yet
const char CharList[10][11] = { "0 -_/()<>=", // 10 characters const char CharList[10][11] = { "0 -_/()<>=", // 10 characters
"1+.,:!?\\'",//' for c't search ;) "1+.,:!?%\\'", //' for c't search ;)
"abc2ä", "abc2ä",
"def3", "def3",
"ghi4", "ghi4",