From b2af0f19331ae637e6a83497a7ebea01bb4b5d4a Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Tue, 15 Jul 2003 22:18:26 +0000 Subject: [PATCH] Define RTFunichar token. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17225 72102866-910b-0410-8b05-ffd578937521 --- TextConverters/RTF/rtfScanner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/TextConverters/RTF/rtfScanner.c b/TextConverters/RTF/rtfScanner.c index f71ad55b6..61d65d8ae 100644 --- a/TextConverters/RTF/rtfScanner.c +++ b/TextConverters/RTF/rtfScanner.c @@ -231,6 +231,7 @@ LexKeyword RTFcommands[] = {"stylesheet",token(RTFstylesheet)}, {"tab", token(RTFtabulator)}, {"tx", token(RTFtabstop)}, + {"u", token(RTFunichar)}, /* All underline are mapped on one entry */ {"ul", token(RTFunderline)}, {"uld", token(RTFunderline)},