mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 10:21:00 +00:00
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:
parent
149b77b8aa
commit
b2af0f1933
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ LexKeyword RTFcommands[] =
|
||||||
{"stylesheet",token(RTFstylesheet)},
|
{"stylesheet",token(RTFstylesheet)},
|
||||||
{"tab", token(RTFtabulator)},
|
{"tab", token(RTFtabulator)},
|
||||||
{"tx", token(RTFtabstop)},
|
{"tx", token(RTFtabstop)},
|
||||||
|
{"u", token(RTFunichar)},
|
||||||
/* All underline are mapped on one entry */
|
/* All underline are mapped on one entry */
|
||||||
{"ul", token(RTFunderline)},
|
{"ul", token(RTFunderline)},
|
||||||
{"uld", token(RTFunderline)},
|
{"uld", token(RTFunderline)},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue