Differences From Artifact [836478cdf6]:
- File src/windows_1252.m — part of check-in [8480d9e9c8] at 2017-01-10 23:45:29 on branch trunk — Add missing files to Xcode project (user: js, size: 3672) [annotate] [blame] [check-ins using]
To 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]
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - - - - + + + + |
*/
#include "config.h"
#import "OFString.h"
const of_char16_t of_windows_1252[128] = {
|
| ︙ |