Openmoko Bug #1941: Qtopia Contact cannot shows utf8 correctly

Openmoko Public Trac bugs at docs.openmoko.org
Wed Sep 3 12:40:42 CEST 2008


#1941: Qtopia Contact cannot shows utf8 correctly
-----------------------+----------------------------------------------------
    Reporter:  tick    |        Owner:  tick        
        Type:  defect  |       Status:  closed      
    Priority:  normal  |    Milestone:  Om2008.9    
   Component:  Qtopia  |      Version:  Om2008.9-dev
    Severity:  normal  |   Resolution:  fixed       
    Keywords:          |    Blockedby:              
Reproducible:          |     Blocking:              
-----------------------+----------------------------------------------------
Changes (by tick):

  * status:  accepted => closed
  * resolution:  => fixed


Comment:

 Using UCS2 works.  >_<
 My contact from SIM was ruined, and so that I waste at lot of my time.
 Using another phone cannot read neither.

 Changing another SIM card, it works perfectly.

 put patch here. (It's Optional)
 ----------------------------------------------------------

 diff --git a/src/libraries/qtopiaphonemodem/qmodemphonebook.cpp
 b/src/libraries/qtopiaphonemodem/qmodemphoneboo
 index 776cae1..942a811 100644
 --- a/src/libraries/qtopiaphonemodem/qmodemphonebook.cpp
 +++ b/src/libraries/qtopiaphonemodem/qmodemphonebook.cpp
 @@ -161,6 +161,8 @@ QModemPhoneBook::QModemPhoneBook( QModemService
 *service )
      QObject::connect( d->slowTimer, SIGNAL(timeout()),
                        this, SLOT(slowTimeout()) );

 +    d->service->secondaryAtChat()->chat ( "AT+CSCS=\"UCS2\"");
 +
      // Default to the "GSM" codec, and then query the actual codec.
      d->stringCodec = QAtUtils::codec( "GSM" );
      requestCharset();

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1941#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac


More information about the buglog mailing list