Fixes for Eastern Europe code page.
authorJeremy Allison <jra@samba.org>
Fri, 18 Feb 2000 03:11:22 +0000 (03:11 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 18 Feb 2000 03:11:22 +0000 (03:11 +0000)
Jeremy.
(This used to be commit 0ec82d661a27a02322e5c8da20a18f33bfb24a3e)

source3/codepages/codepage_def.852
source3/lib/charcnv.c

index ed1423428ca41e5de4cc7e94c7a9e1b2e1eabaea..76f6f7de4a63b5fd9de341c8661b14985ddef650 100644 (file)
@@ -61,3 +61,4 @@
    0xEE    0xDD    True                  True
    0xFB    0xEB    True                  True
    0xFD    0xFC    True                  True
+   0xFF    0xFF    True                  True
index 8f91e4573af47a463e3bfab93b3022c1dacfd0f4..2916f0cedab9e4979ca128e86a41b78e4d184a68 100644 (file)
@@ -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");