From 222c2ab12c514dc978d9e2f0427cbc2ec7683068 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 31 Mar 2006 10:54:13 +0000 Subject: INTEGRATION: CWS dba203b (1.6.82); FILE MERGED 2006/03/27 07:13:14 fs 1.6.82.1: #i59086# UTF8 instead of ASCII, when transfering localized strings as char* --- connectivity/source/drivers/mozab/MConfigAccess.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/mozab/MConfigAccess.cxx b/connectivity/source/drivers/mozab/MConfigAccess.cxx index 4111cf34081f..d1609339d24d 100644 --- a/connectivity/source/drivers/mozab/MConfigAccess.cxx +++ b/connectivity/source/drivers/mozab/MConfigAccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MConfigAccess.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:17:02 $ + * last change: $Author: vg $ $Date: 2006-03-31 11:54:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -223,7 +223,7 @@ extern "C" const sal_Char* SAL_CALL getPabDescription( void ) "PabDescription" , ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Personal Address Book" ))); sPabDescription = ::rtl::OUStringToOString( usPabDescription, - RTL_TEXTENCODING_ASCII_US); + RTL_TEXTENCODING_UTF8); bReadConfig = sal_True; } @@ -243,7 +243,7 @@ extern "C" const sal_Char* SAL_CALL getHisDescription( void ) "HisDescription" , ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Collected Addresses" ))); sHisDescription = ::rtl::OUStringToOString( usHisDescription, - RTL_TEXTENCODING_ASCII_US); + RTL_TEXTENCODING_UTF8); bReadConfig = sal_True; } -- cgit