Force replacement of non-breaking spaces with hard spaces
This commit is contained in:
parent
c66f2124a5
commit
74529729ad
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user