omads/omadsextensions/adapters/sms/src/smsadaptermsvapi.cpp
branchGCC_SURGE
changeset 43 3daf89f0874a
parent 36 9ba7f05d28a5
equal deleted inserted replaced
42:1eb2293b4d77 43:3daf89f0874a
    34 #include "smsdataproviderdefs.h"
    34 #include "smsdataproviderdefs.h"
    35 
    35 
    36 
    36 
    37 // CONSTANTS
    37 // CONSTANTS
    38 
    38 
    39 _LIT16(KSmsNonUnicodeChars, "èéùìòÇØøÅåÆæßÉ£$¥¡ÄÖÑܧ¿äöñüà");
    39 // The following string is "èéùìòÇØøÅåÆæßÉ£$¥¡ÄÖÑܧ¿äöñüà", expressed as standard \xNN escape codes
       
    40 _LIT16(KSmsNonUnicodeChars, "\xe8\xe9\xf9\xec\xf2\xc7\xd8\xf8\xc5\xe5\xc6\xe6\xdf\xc9\xa3$\xa5\xa1\xc4\xd6\xd1\xdc\xa7\xbf\xe4\xf6\xf1\xfc\xe0");
       
    41 
    40         
    42         
    41 // OTHER DEFINITIONS
    43 // OTHER DEFINITIONS
    42 
    44 
    43 
    45 
    44 
    46