You Are Here:

Community: Developer Discussion Boards

#1 Old print non-ascii characters on canvas - 2008-04-04, 16:29

Join Date: Apr 2008
Posts: 2
willy_back
Offline
Registered User
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')
appBody.text( o, unicode( unicodeString, 'utf-8' ) )
any ideas?

thanks in advance.

Cheers,
Willy
Reply With Quote

#2 Old Re: print non-ascii characters on canvas - 2008-04-04, 17:29

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
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
Reply With Quote

#3 Old Re: print non-ascii characters on canvas - 2008-04-04, 17:56

Join Date: Apr 2008
Posts: 2
willy_back
Offline
Registered User
found my bug..

Cheers,
Willy
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
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

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