diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/codepages/codepage_def.852 | 1 | ||||
-rw-r--r-- | source3/lib/charcnv.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/codepages/codepage_def.852 b/source3/codepages/codepage_def.852 index ed1423428c..76f6f7de4a 100644 --- a/source3/codepages/codepage_def.852 +++ b/source3/codepages/codepage_def.852 @@ -61,3 +61,4 @@ 0xEE 0xDD True True 0xFB 0xEB True True 0xFD 0xFC True True + 0xFF 0xFF True True diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 8f91e4573a..2916f0ceda 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -108,6 +108,7 @@ static void init_iso8859_2(void) { */ /* MSDOS Code Page 852 -> ISO-8859-2 */ +update_map("\240\377"); /* Fix for non-breaking space */ update_map("\241\244\242\364\243\235\244\317\245\225\246\227\247\365"); update_map("\250\371\251\346\252\270\253\233\254\215\256\246\257\275"); update_map("\261\245\262\362\263\210\264\357\265\226\266\230\267\363"); |