fix bug 564 to use CP 1252 mapping table to convert ISO-8859-1
This commit is contained in:
Родитель
112fbea9e1
Коммит
5d144b31cd
|
@ -23,7 +23,7 @@
|
||||||
// Global functions and data [declaration]
|
// Global functions and data [declaration]
|
||||||
|
|
||||||
static PRUint16 g_Latin1MappingTable[] = {
|
static PRUint16 g_Latin1MappingTable[] = {
|
||||||
#include "8859-1.ut"
|
#include "cp1252.ut"
|
||||||
};
|
};
|
||||||
|
|
||||||
static PRInt16 g_Latin1ShiftTable[] = {
|
static PRInt16 g_Latin1ShiftTable[] = {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче