| Reply | « Previous Thread | Next Thread » |
|
hi,
I'm new to Python.. just can't display non-ascii characters on canvas mode. I have tried with this code: from appuifw import * from graphics import * app.body = appBody = Canvas() unicodeString = u"" for ch in range(0x0080, 0x00ff): unicodeString = unichr( ch ).encode('utf-8')any ideas? thanks in advance. Cheers, Willy |
| willy_back |
| View Public Profile |
| Find all posts by willy_back |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi willy
first of all welcome to the fantastic python Dibo. Plz write the code by using the quote marks and there are lot of typing mistake in ur code plz check that first. ![]() ![]() ![]() ![]() Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
found my bug..
Cheers, Willy |
| willy_back |
| View Public Profile |
| Find all posts by willy_back |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| KerrGeneral | federicopalumbo | Python | 6 | 2008-03-26 17:11 |
| How to print on a white canvas? | bogdan.galiceanu | Python | 4 | 2007-11-09 05:42 |
| How to send an image with attachment in email | krtrivdi | Python | 1 | 2007-01-09 13:07 |
| Sending an image over email | jeclarim | Python | 3 | 2006-12-15 21:25 |
| Major problem with delegation to Canvas | bartekn | Mobile Java Media (Graphics & Sounds) | 8 | 2003-10-08 18:46 |