37 #include <ApSettingsHandlerUi.h> |
37 #include <ApSettingsHandlerUi.h> |
38 #include <ApEngineConsts.h> |
38 #include <ApEngineConsts.h> |
39 #include <aputils.h> |
39 #include <aputils.h> |
40 #include <commdb.h> |
40 #include <commdb.h> |
41 #include <StringLoader.h> |
41 #include <StringLoader.h> |
42 #include <DownloadMgrClient.h> |
42 #include <downloadmgrclient.h> |
43 #include <VpnApItem.h> |
43 #include <VpnApItem.h> |
44 #include <aknnotewrappers.h> |
44 #include <aknnotewrappers.h> |
45 |
45 |
46 #include "ApiProvider.h" |
46 #include "ApiProvider.h" |
47 #include "SettingsContainer.h" |
47 #include "SettingsContainer.h" |
58 #include "Logger.h" |
58 #include "Logger.h" |
59 |
59 |
60 #include "BrowserWindowManager.h" |
60 #include "BrowserWindowManager.h" |
61 #include "BrowserWindow.h" |
61 #include "BrowserWindow.h" |
62 // Browser as a plugin |
62 // Browser as a plugin |
63 #include <BrCtlInterface.h> |
63 #include <brctlinterface.h> |
64 #include <BrCtlDefs.h> |
64 #include <brctldefs.h> |
65 |
65 |
66 #include <BrowserPluginInterface.h> |
66 #include <browserplugininterface.h> |
67 //Zsolt |
67 //Zsolt |
68 #include <cmmanager.h> |
68 #include <cmmanager.h> |
69 #include <cmdestination.h> |
69 #include <cmdestination.h> |
70 #include <cmapplicationsettingsui.h> |
70 #include <cmapplicationsettingsui.h> |
71 |
71 |
3514 AddEncodingL( KCharacterSetIdentifierEucJpPacked, R_WMLBROWSER_SETTINGS_ENCODING_EUC_JP ); |
3514 AddEncodingL( KCharacterSetIdentifierEucJpPacked, R_WMLBROWSER_SETTINGS_ENCODING_EUC_JP ); |
3515 AddEncodingL( KCharacterSetIdentifierJis, R_WMLBROWSER_SETTINGS_ENCODING_ISO_2022_JP ); |
3515 AddEncodingL( KCharacterSetIdentifierJis, R_WMLBROWSER_SETTINGS_ENCODING_ISO_2022_JP ); |
3516 AddEncodingL( KCharacterSetIdentifierShiftJis, R_WMLBROWSER_SETTINGS_ENCODING_SHIFT_JIS ); |
3516 AddEncodingL( KCharacterSetIdentifierShiftJis, R_WMLBROWSER_SETTINGS_ENCODING_SHIFT_JIS ); |
3517 AddEncodingL( KCharacterSetIdentifierKoi8_r, R_WMLBROWSER_SETTINGS_ENCODING_KOI8_R ); |
3517 AddEncodingL( KCharacterSetIdentifierKoi8_r, R_WMLBROWSER_SETTINGS_ENCODING_KOI8_R ); |
3518 AddEncodingL( KCharacterSetIdentifierKoi8_u, R_WMLBROWSER_SETTINGS_ENCODING_KOI8_U ); |
3518 AddEncodingL( KCharacterSetIdentifierKoi8_u, R_WMLBROWSER_SETTINGS_ENCODING_KOI8_U ); |
3519 AddEncodingL( KCharacterSetIdentifierIscii, R_WMLBROWSER_SETTINGS_ENCODING_ISCII); |
3519 AddEncodingL( KCharacterSetIdentifierIscii_temp, R_WMLBROWSER_SETTINGS_ENCODING_ISCII); |
3520 AddEncodingL( KCharacterSetIdentifierEucKr, R_WMLBROWSER_SETTINGS_ENCODING_EUC_KR ); |
3520 AddEncodingL( KCharacterSetIdentifierEucKr, R_WMLBROWSER_SETTINGS_ENCODING_EUC_KR ); |
3521 AddEncodingL( KCharacterSetIdentifierKsc5601, R_WMLBROWSER_SETTINGS_ENCODING_KSC_5601 ); |
3521 AddEncodingL( KCharacterSetIdentifierKsc5601_temp, R_WMLBROWSER_SETTINGS_ENCODING_KSC_5601 ); |
3522 AddEncodingL( KCharacterSetIdentifierAutomatic, R_WMLBROWSER_SETTINGS_ENCODING_AUTOMATIC ); |
3522 AddEncodingL( KCharacterSetIdentifierAutomatic, R_WMLBROWSER_SETTINGS_ENCODING_AUTOMATIC ); |
3523 } |
3523 } |
3524 |
3524 |
3525 #ifdef __SERIES60_HELP |
3525 #ifdef __SERIES60_HELP |
3526 // ----------------------------------------------------------------------------- |
3526 // ----------------------------------------------------------------------------- |