Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.

This commit is contained in:
nhotta%netscape.com 2001-11-22 00:13:10 +00:00
Родитель 4f71585a0a
Коммит c272ea9038
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -904,7 +904,7 @@ static PRUnichar gGeorgianValue [ 37 ] = { // 4 * 9 + 1 = 37
};
static void GeorgianToText(PRInt32 ordinal, nsString& result)
{
if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Armenain numbering system
if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Georgian numbering system
DecimalToText(ordinal, result);
return;
} else {

Просмотреть файл

@ -904,7 +904,7 @@ static PRUnichar gGeorgianValue [ 37 ] = { // 4 * 9 + 1 = 37
};
static void GeorgianToText(PRInt32 ordinal, nsString& result)
{
if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Armenain numbering system
if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Georgian numbering system
DecimalToText(ordinal, result);
return;
} else {