PERFORCE change 154355 for review

Ed Schouten ed at FreeBSD.org
Mon Dec 8 11:50:17 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=154355

Change 154355 by ed at ed_flippo on 2008/12/08 19:49:46

	Disable UTF-8 for now. I'll first try to import libteken without
	enabling UTF-8. There are other things which should be modified
	as well, before we can move towards an UTF-8 console driver
	(fonts, keyboard).

Affected files ...

.. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#8 edit

Differences ...

==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#8 (text+ko) ====

@@ -34,7 +34,13 @@
  * commands. It implements commands similar to xterm-color.
  */
 
+#if 0
+/*
+ * XXX: Disable UTF-8 support for now. It requires UTF-8 keyboard input
+ * and rendering, which we do not yet support.
+ */
 #define	TEKEN_UTF8
+#endif
 
 #ifdef TEKEN_UTF8
 typedef uint32_t teken_char_t;


More information about the p4-projects mailing list