Exclude Private Area from isWideGraphChar.

This is a stopgap fix for Bug #942.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2648 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-09 01:22:26 +00:00
parent 85b0e97626
commit c3473a12ac
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
Changes towards version 0.7:
- The Unicode Private Use Area is no longer considered printable. This
is a stopgap to handle unusual behavior with text entry under OS X.
See bug #942 for more details - Michael
- Do not rely on GL_UNPACK_SKIP_* arguments, which some OpenGL drivers
mishandle (Bug #914) - Michael
- Do not overwrite GLOBAL_SIS (CrewEnlisted) when leaving Hyperspace