| Reply | « Previous Thread | Next Thread » |
|
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. ![]() |
| ikaroweb80 |
| View Public Profile |
| Find all posts by ikaroweb80 |
|
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) |
|
I've changed the encode to utf8, before was utf-8 and now works fine!!!!
|
| ikaroweb80 |
| View Public Profile |
| Find all posts by ikaroweb80 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| 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 |