зеркало из https://github.com/mozilla/pjs.git
Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.
This commit is contained in:
Родитель
4f71585a0a
Коммит
c272ea9038
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче