-fix special character for ssid

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1315 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-03-20 12:33:04 +00:00
parent 0f43ce769b
commit 1c7c35af1a
3 changed files with 4 additions and 5 deletions

View File

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