You Are Here:

Community: Developer Discussion Boards

#1 Old Accented letters - 2008-03-28, 08:35

Join Date: Dec 2005
Posts: 54
ikaroweb80
Offline
Regular Contributor
How can i encode accented letters? (à,ò,ù,è,ì)
I've tried with utf-8 and with the replace without success.
I use python 1.4.1 on nokia n70.
Help me please.
Reply With Quote

#2 Old Re: Accented letters - 2008-03-28, 09:08

Join Date: Mar 2008
Posts: 57
nokia_e70
Offline
Regular Contributor
Quote:
Originally Posted by ikaroweb80 View Post
How can i encode accented letters? (à,ò,ù,è,ì)
You can encode them any way You want, but for the purpose of displaying on the S60 UI don't encode at all, use the base unicode syntax (\u0xx). If You want to see what Your letters look like in this syntax, try this:

Code:
import appuifw as a
mytext = a.query(u'write some text','text')
print repr(mytext)
a.note(mytext)
As to displaying accented letters in the python shell, I have no clue myself.
Reply With Quote

#3 Old Re: Accented letters - 2008-03-28, 13:39

Join Date: Dec 2005
Posts: 54
ikaroweb80
Offline
Regular Contributor
I've changed the encode to utf8, before was utf-8 and now works fine!!!!
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Find box - first letters then numbers Bill_Murray Symbian User Interface 0 2008-01-20 07:40
Unicode letters in Help djgtram Symbian Tools & SDKs 2 2006-02-21 19:13
accented characters aed02 Mobile Java General 4 2003-08-28 11:12
Scandic letters in 7650/ mms message ajtak General Messaging 3 2003-04-09 11:08
Polish letters on 9210's pJava Nokia_Archive Mobile Java General 0 2002-05-27 16:05

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia