Differences From Artifact [4e7a49cc4a]:
- File src/encodings/windows_1252.m — part of check-in [0b488f44a5] at 2017-01-20 02:09:52 on branch trunk — Move encodings to subdirectory (user: js, size: 3672) [annotate] [blame] [check-ins using]
- File
src/windows_1252.m
— part of check-in
[a9f85ba3b1]
at
2017-01-11 03:49:27
on branch trunk
— Use U+FFFF for invalid characters
This used to be U+FFFD, but if a character is not assigned in an
encoding, U+FFFF is a better match. (user: js, size: 3672) [annotate] [blame] [check-ins using]
To Artifact [0b9f3c6c61]:
- File src/encodings/windows_1252.m — part of check-in [8ae231f515] at 2017-02-12 13:33:37 on branch trunk — Save a few bytes on the encodings (user: js, size: 3795) [annotate] [blame] [check-ins using]
| ︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + + + | * file. */ #include "config.h" #import "OFString.h" |
| ︙ |