diff src/redisplay-x.c @ 3439:d1754e7f0cea

[xemacs-hg @ 2006-06-03 17:50:39 by aidan] Just-in-time Unicode code point support.
author aidan
date Sat, 03 Jun 2006 17:51:06 +0000
parents ad2f4ae9895b
children 2b84dd8eb906
line wrap: on
line diff
--- a/src/redisplay-x.c	Fri Jun 02 22:18:08 2006 +0000
+++ b/src/redisplay-x.c	Sat Jun 03 17:51:06 2006 +0000
@@ -230,6 +230,10 @@
 	}
 #endif /* MULE */
       *text_storage++ = (unsigned char) byte1;
+      /* This dimension stuff is broken if you want to use a two-dimensional
+	 X11 font to display a single-dimensional character set, as is
+	 appropriate for the IPA (use one of the -iso10646-1 fonts) or some
+	 of the other non-standard character sets. */
       if (dimension == 2)
 	*text_storage++ = (unsigned char) byte2;
 #else /* USE_XFT */