8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

changed _INTL_COMPONENT_ to INTL_COMPONENT_FB

This commit is contained in:
robocop 2003-10-05 07:03:09 +00:00
parent cdbdf6c867
commit 467f0f6794
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*
* PROGRAM: InterBase International support
* MODULE: ld.c
* MODULE: ld.cpp
* DESCRIPTION: Language Driver lookup & support routines
*
* The contents of this file are subject to the Interbase Public
@ -328,7 +328,7 @@ USHORT DLL_EXPORT LD_lookup(USHORT objtype,
#define COLLATE_ALIAS(name, coll_id)
#define END_CHARSET
#define _INTL_COMPONENT_
#define INTL_COMPONENT_FB
#include "../jrd/intlnames.h"
@ -389,7 +389,7 @@ USHORT DLL_EXPORT LD_lookup(USHORT objtype,
#define COLLATE_ALIAS(name, coll_id)
#define END_CHARSET
#define _INTL_COMPONENT_
#define INTL_COMPONENT_FB
#include "../jrd/intlnames.h"

View File

@ -51,7 +51,7 @@
* Note: "name" is official name per InterBase
*/
#ifndef _INTL_COMPONENT_
#ifndef INTL_COMPONENT_FB
CHARSET("NONE", CS_NONE, 0, 1, 256, cs_none_init, dummy)
END_CHARSET CHARSET("OCTETS", CS_BINARY, 0, 1, 256, cs_binary_init, dummy)
@ -68,6 +68,7 @@ CHARSET("NONE", CS_NONE, 0, 1, 256, cs_none_init, dummy)
CSALIAS("UTF-8", CS_UNICODE_FSS) /* Prefered MIME name */
END_CHARSET
#endif
/* V3 SUB_TYPE 220 */
CHARSET("SJIS_0208", CS_SJIS, 0, 2, 7007, CS_sjis, JIS220_init)
CSALIAS("SJIS", CS_SJIS)