On Mon, Mar 31, 2008 at 11:35 AM, 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?
Did you load a font that supports unicode? (I don't know anything about the internals of pyglet.font, but that seems like a good place to start) ~ Nathan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
