Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan.
git-svn-id: svn://10.0.0.236/trunk@108760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user