Dave,
It is supported. Did you set the encoding in the beginning of your
script? If not try adding something like:
# -*- coding: <encoding name> -*-

Examples:
# -*- coding: UTF-8 -*-
or
# -*- coding: Latin-1 -*-

Thomas Woelz



On 31 mar, 14:35, "dave berk" <[EMAIL PROTECTED]> wrote:
> I'm trying to display some non-english text within the opengl window. I
> pre'd the text with u, but it doesn't seem to help. All I get is question
> marks. What should I do to display utf-8 encoded text? is it even supported?
>
> Regards
> Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to