diff options
Diffstat (limited to 'src/backend/utils/mb/Unicode/win1251_to_utf8.map')
-rw-r--r-- | src/backend/utils/mb/Unicode/win1251_to_utf8.map | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/utils/mb/Unicode/win1251_to_utf8.map b/src/backend/utils/mb/Unicode/win1251_to_utf8.map index 855575cd515..cdea6fe4459 100644 --- a/src/backend/utils/mb/Unicode/win1251_to_utf8.map +++ b/src/backend/utils/mb/Unicode/win1251_to_utf8.map @@ -1,4 +1,4 @@ -static pg_local_to_utf LUmapWIN1251[ 128 ] = { +static pg_local_to_utf LUmapWIN1251[ 127 ] = { {0x0080, 0xd082}, {0x0081, 0xd083}, {0x0082, 0xe2809a}, @@ -7,7 +7,7 @@ static pg_local_to_utf LUmapWIN1251[ 128 ] = { {0x0085, 0xe280a6}, {0x0086, 0xe280a0}, {0x0087, 0xe280a1}, - {0x0088, 0x0000}, + {0x0088, 0xe282ac}, {0x0089, 0xe280b0}, {0x008a, 0xd089}, {0x008b, 0xe280b9}, @@ -23,7 +23,6 @@ static pg_local_to_utf LUmapWIN1251[ 128 ] = { {0x0095, 0xe280a2}, {0x0096, 0xe28093}, {0x0097, 0xe28094}, - {0x0098, 0x0000}, {0x0099, 0xe284a2}, {0x009a, 0xd199}, {0x009b, 0xe280ba}, |