[pygame]

2014-09-21 Thread diliup gabadamudalige
hi!

ANybody has used unicode with pygame? I need help displaying my native text
using unicode.

-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


[pygame] UNSUBSCRIBE

2014-09-21 Thread Ryan Hope
UNSUBSCRIBE


Re: [pygame] UNSUBSCRIBE

2014-09-21 Thread diliup gabadamudalige
hi Ryan,
What does UNSUBSCRIBE mean?

On Mon, Sep 22, 2014 at 12:07 AM, Ryan Hope rmh3...@gmail.com wrote:

 UNSUBSCRIBE




-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


Re: [pygame]

2014-09-21 Thread diliup gabadamudalige
# -*- coding: utf-8 -*-
import pygame, sys


pygame.font.init()

screen = pygame.display.set_mode((640,480))

unistring = uහලෝ ශානික 

fnt = pygame.font.Font(kaputaunicode.ttf,40)

while True:
screen.blit(fnt.render(unistring,True,(255,255,255)),(0,0))

pygame.display.flip()
for key in pygame.event.get():
if key.type == pygame.QUIT:
pygame.quit()
sys.exit()

this code works but it prints the the second character after the fourth.
Any ideas why it's doing that?

On Sun, Sep 21, 2014 at 11:49 PM, diliup gabadamudalige dili...@gmail.com
wrote:

 hi!

 ANybody has used unicode with pygame? I need help displaying my native
 text using unicode.

 --
 Diliup Gabadamudalige

 http://www.diliupg.com
 http://soft.diliupg.com/


 **
 This e-mail is confidential. It may also be legally privileged. If you are
 not the intended recipient or have received it in error, please delete it
 and all copies from your system and notify the sender immediately by return
 e-mail. Any unauthorized reading, reproducing, printing or further
 dissemination of this e-mail or its contents is strictly prohibited and may
 be unlawful. Internet communications cannot be guaranteed to be timely,
 secure, error or virus-free. The sender does not accept liability for any
 errors or omissions.

 **




-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


Re: [pygame] UNSUBSCRIBE

2014-09-21 Thread Thomas Kluyver
He was probably attempting to unsubscribe from this list.

Anyone who wants to unsubscribe: you need to email majord...@seul.org with
the text 'unsubscribe pygame-users'. Clicking the unsubscribe link at
http://pygame.org/wiki/info should create an email like this.

Thomas

On 21 September 2014 12:29, diliup gabadamudalige dili...@gmail.com wrote:

 hi Ryan,
 What does UNSUBSCRIBE mean?

 On Mon, Sep 22, 2014 at 12:07 AM, Ryan Hope rmh3...@gmail.com wrote:

 UNSUBSCRIBE




 --
 Diliup Gabadamudalige

 http://www.diliupg.com
 http://soft.diliupg.com/


 **
 This e-mail is confidential. It may also be legally privileged. If you are
 not the intended recipient or have received it in error, please delete it
 and all copies from your system and notify the sender immediately by return
 e-mail. Any unauthorized reading, reproducing, printing or further
 dissemination of this e-mail or its contents is strictly prohibited and may
 be unlawful. Internet communications cannot be guaranteed to be timely,
 secure, error or virus-free. The sender does not accept liability for any
 errors or omissions.

 **




Re: [pygame] UNSUBSCRIBE

2014-09-21 Thread diliup gabadamudalige
ok. thanks for the info!

On Mon, Sep 22, 2014 at 1:10 AM, Thomas Kluyver tak...@gmail.com wrote:

 He was probably attempting to unsubscribe from this list.

 Anyone who wants to unsubscribe: you need to email majord...@seul.org
 with the text 'unsubscribe pygame-users'. Clicking the unsubscribe link at
 http://pygame.org/wiki/info should create an email like this.

 Thomas

 On 21 September 2014 12:29, diliup gabadamudalige dili...@gmail.com
 wrote:

 hi Ryan,
 What does UNSUBSCRIBE mean?

 On Mon, Sep 22, 2014 at 12:07 AM, Ryan Hope rmh3...@gmail.com wrote:

 UNSUBSCRIBE




 --
 Diliup Gabadamudalige

 http://www.diliupg.com
 http://soft.diliupg.com/


 **
 This e-mail is confidential. It may also be legally privileged. If you
 are not the intended recipient or have received it in error, please delete
 it and all copies from your system and notify the sender immediately by
 return e-mail. Any unauthorized reading, reproducing, printing or further
 dissemination of this e-mail or its contents is strictly prohibited and may
 be unlawful. Internet communications cannot be guaranteed to be timely,
 secure, error or virus-free. The sender does not accept liability for any
 errors or omissions.

 **





-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**