mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:40:38 +00:00
Added support for unicode characters when reading in RTF files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17228 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac4bfae392
commit
03607b8f19
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2003-07-15 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* TextConverters/RTF/RTFConsumerFunctions.h
|
||||
Added function GSRTFunicode().
|
||||
* TextConverters/RTF/RTFConsumer.m
|
||||
Added method [RTFConsumer appendString:] with code coming from
|
||||
GSRTFmangleText(). Use this in GSRTFmangleText() and new function
|
||||
GSRTFunicode(). Corrected GSRTFmangleText() to convert the input
|
||||
from NSISOLatin1StringEncoding, as this is what our current RTF
|
||||
exporter produces.
|
||||
* TextConverters/RTF/rtfScanner.c
|
||||
Define RTFunichar token.
|
||||
* TextConverters/RTF/rtfGrammer.y
|
||||
Added rule to read unicode character from RTF input.
|
||||
* TextConverters/RTF/rtfGrammer.tab.c
|
||||
* TextConverters/RTF/rtfGrammer.tab.h
|
||||
Regenerated.
|
||||
|
||||
2003-07-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/gui/GSServicesManager.h: removed a function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue