mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
BTW it does not add encodign it just patches existing one (KOI8) to
support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define LATIN7 13 /* ISO-8859 Latin 7 */
|
||||
#define LATIN8 14 /* ISO-8859 Latin 8 */
|
||||
#define LATIN9 15 /* ISO-8859 Latin 9 */
|
||||
#define KOI8 16 /* KOI8-R */
|
||||
#define KOI8 16 /* KOI8-R/U */
|
||||
#define WIN 17 /* windows-1251 */
|
||||
#define ALT 18 /* Alternativny Variant (MS-DOS CP866) */
|
||||
#define SJIS 32 /* Shift JIS */
|
||||
|
||||
Reference in New Issue
Block a user