Changeset 357
- Timestamp:
- Feb 19, 2008, 8:48:00 PM (17 years ago)
- Location:
- branches/branch-1-0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/encodings/alltables.h
r153 r357 39 39 #include "encodings\cp1257.h" 40 40 #include "encodings\cp1258.h" 41 #include "encodings\cp1386.h" // WarpIN V1.0.16 (2008-02-19) [pr] 41 42 #include "encodings\iso8859-1.h" 42 43 #include "encodings\iso8859-10.h" -
branches/branch-1-0/include/encodings/base.h
r186 r357 69 69 enc_cp1257, 70 70 enc_cp1258, 71 enc_cp1386, // WarpIN V1.0.16 (2008-02-19) [pr] 71 72 enc_iso8859_1, 72 73 enc_iso8859_2, -
branches/branch-1-0/src/helpers/encodings.c
r258 r357 21 21 22 22 /* 23 * Copyright (C) 2001-200 2Ulrich Mller.23 * Copyright (C) 2001-2008 Ulrich Mller. 24 24 * This file is part of the "XWorkplace helpers" source package. 25 25 * This is free software; you can redistribute it and/or modify … … 124 124 ENCODINGENTRY(cp1257), 1257, 0, SINGLE, "Windows Latin-4", 125 125 ENCODINGENTRY(cp1258), 1258, 0, UNKNOWN, "unknown", 126 ENCODINGENTRY(cp1386), 1386, 0, DOUBLE, "Chinese (IBM)", // WarpIN V1.0.16 (2008-02-19) [pr] 126 127 ENCODINGENTRY(iso8859_1), 819, 1, SINGLE, "ISO/IEC 8859-1:1998 (Latin-1)", 127 128 ENCODINGENTRY(iso8859_2), 912, 2, SINGLE, "ISO 8859-2:1999 (Latin-2)",
Note:
See TracChangeset
for help on using the changeset viewer.