diff engine/extensions/pychan/internal.py @ 228:756b895e1dab

Merged unicode-support back into trunk. Now all GUI/visible strings should be unicode. Internal strings unchanged. Remember to use a font that actually has the desired codepoints. Current default unicode policiy is 'ignore'.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 21 Mar 2009 10:38:11 +0000
parents 724f3a5f3e96
children 51cc05d862f2
line wrap: on
line diff
--- a/engine/extensions/pychan/internal.py	Fri Mar 20 15:17:28 2009 +0000
+++ b/engine/extensions/pychan/internal.py	Sat Mar 21 10:38:11 2009 +0000
@@ -28,6 +28,7 @@
 		super(Manager,self).__init__()
 		self.hook = hook
 		self.debug = debug
+		self.unicodePolicy = ('ignore',)
 
 		if in_fife:
 			if not hook.engine.getEventManager():