mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Apply nextstep encoding fix by Georg Fleischmann
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
390aad3427
commit
f6aa65817a
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-06-04 Georg Fleischmann <G.Fleischmann@vhf.de>
|
||||
|
||||
* Source/Additions/unicode/nextstep.h: Fixups for encoding mapping.
|
||||
|
||||
2009-06-02 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSUndoManager.m (-undo, -redo): Call -_begin instead of
|
||||
|
|
|
@ -51,8 +51,11 @@ static unichar Next_char_to_uni_table[] =
|
|||
0x0192,
|
||||
0x00A7,
|
||||
0x00A4,
|
||||
0xFBA9,
|
||||
0x201C,
|
||||
0x00AB,
|
||||
0xFBAC,
|
||||
0xFBAD,
|
||||
0xFB01,
|
||||
0xFB02,
|
||||
0x00AE,
|
||||
|
@ -63,6 +66,8 @@ static unichar Next_char_to_uni_table[] =
|
|||
0x00A6,
|
||||
0x00B6,
|
||||
0x2022,
|
||||
0xFBB8,
|
||||
0xFBB9,
|
||||
0x201D,
|
||||
0x00BB,
|
||||
0x2026,
|
||||
|
|
Loading…
Reference in a new issue