Define RTFunichar token.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17225 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-07-15 22:18:26 +00:00
parent 76debd3f89
commit e341ca462a

View file

@ -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)},