mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Minor lossy conversion tweak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
77b00150c7
commit
30e0137dba
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-10-02 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Additions/GNUstepBase/unicode/gsm0338.h:
|
||||
Add mapping for lossy conversion of right-single0quotation-mark
|
||||
to apostrophe.
|
||||
|
||||
2004-10-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/HtmlNav/docs-web.html,
|
||||
|
|
|
@ -318,6 +318,7 @@ _ucc_ GSM0338_lossy[] =
|
|||
{0x03A4,0x54}, /* Tau */
|
||||
{0x03A5,0x55}, /* Upsilon */
|
||||
{0x03A7,0x58} /* Chi */
|
||||
{0x2019,0x27} /* right single quote */
|
||||
};
|
||||
|
||||
#define GSM0338_lsize (sizeof(GSM0338_lossy)/sizeof(_ucc_))
|
||||
|
|
Loading…
Reference in a new issue