Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2008 19:50:16 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 154355 for review
Message-ID:  <200812081950.mB8JoGC8013485@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154355

Change 154355 by ed@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812081950.mB8JoGC8013485>