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:
CaS 2004-10-02 05:54:37 +00:00
parent 77b00150c7
commit 30e0137dba
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -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_))