Map some more windows specific characters.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-10-02 06:37:28 +00:00
parent 9aba218ae0
commit ab32a7a393

View file

@ -318,7 +318,11 @@ _ucc_ GSM0338_lossy[] =
{0x03A4,0x54}, /* Tau */
{0x03A5,0x55}, /* Upsilon */
{0x03A7,0x58}, /* Chi */
{0x2019,0x27} /* right single quote */
{0x2014,0x2D}, /* Em-dash */
{0x2018,0x27}, /* left single quote */
{0x2019,0x27}, /* right single quote */
{0x201C,0x22}, /* left double quote */
{0x201D,0x22} /* right double quote */
};
#define GSM0338_lsize (sizeof(GSM0338_lossy)/sizeof(_ucc_))