From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from burdell.cc.gatech.edu ([130.207.3.207]) by hawkwind.utcs.utoronto.ca with SMTP id <24015>; Fri, 3 Jun 1994 10:49:03 -0400 Received: from penfold.cc.gatech.edu (arnold@penfold.cc.gatech.edu [130.207.3.249]) by burdell.cc.gatech.edu (8.6.4/8.6.4) with ESMTP id KAA05554 for ; Fri, 3 Jun 1994 10:48:41 -0400 Received: from localhost (arnold@localhost) by penfold.cc.gatech.edu (8.6.4/8.6.4) id KAA07077 for sam-fans@hawkwind.utcs.toronto.edu; Fri, 3 Jun 1994 10:48:47 -0400 Date: Fri, 3 Jun 1994 10:48:47 -0400 From: arnold@cc.gatech.edu (Arnold Robbins) Message-Id: <199406031448.KAA07077@penfold.cc.gatech.edu> To: sam-fans@hawkwind.utcs.toronto.edu Subject: unicode smileys I made this mod to my copy of libXg a while back. I sent it to bobf, but I thought the list might like it too. *** latin1.c.orig Tue Sep 28 11:31:50 1993 --- latin1.c Thu Feb 3 12:45:03 1994 *************** *** 208,213 **** --- 208,216 ---- 0x22a8, 'T','u', /* valid */ 0x22c4, 'l','z', /* lozenge */ 0x22ef, 'e','l', /* ellipses */ + 0x2639, ':','(', /* saddy */ + 0x263a, ':',')', /* white-face smiley */ + 0x263b, ';',')', /* dark-face smiley */ 0, 0, };