Force replacement of non-breaking spaces with hard spaces

This commit is contained in:
Gremlin from Kremlin 2017-03-03 07:16:52 +00:00
parent c66f2124a5
commit 74529729ad
2 changed files with 2 additions and 2 deletions

View File

@ -152,5 +152,5 @@ KOI8-R ; to charset
\x4e \x6f ; LATIN CAPITAL LETTER N + LATIN SMALL LETTER O \x4e \x6f ; LATIN CAPITAL LETTER N + LATIN SMALL LETTER O
\0 ? ; unable to convert adequately \0 ? ; unable to convert adequately
\0 \x94 ; BLACK SQUARE \0 \x94 ; BLACK SQUARE
\0 \x9a ; NO-BREAK SPACE \0 \x20 ; NO-BREAK SPACE
END END

View File

@ -34,7 +34,7 @@ cp866 ; to charset
\0 ? ; unable to convert adequately \0 ? ; unable to convert adequately
\0 ? ; unable to convert adequately \0 ? ; unable to convert adequately
\0 ? ; unable to convert adequately \0 ? ; unable to convert adequately
\0 \xff ; NO-BREAK SPACE \0 \x20 ; NO-BREAK SPACE
\0 ? ; unable to convert adequately \0 ? ; unable to convert adequately
\0 \xf8 ; DEGREE SIGN \0 \xf8 ; DEGREE SIGN
\0 \x32 ; DIGIT TWO \0 \x32 ; DIGIT TWO