Subject | Re: Collation order |
---|---|
Author | Sandor Szollosi |
Post date | 2001-06-28T08:05:12Z |
Hi Frank
/*have to insert - COLLATION ("PXW_HUN", CC_HUNGARY, CS_WIN1250, 5,
WIN1250_c5_init) */
PXW_HUN is the name of the new collation. CC_HUNGARY is the counry
code, already declared in /interbase/intl/counrty_codes.h well.
/interbase/builds/original/sfx.intl
/*have to insert - "anhun.h" to lc_latin1.o section */
interbase/intl/depends.mak
/*have to insert - "lc_latin1.obj: anhun.h" to lc_latin1.obj section*/
I'am waiting for your questions to help you to help us.
Thanks
Sandor
> Is it sufficient to addFAMILY2 (parm1, WIN1250_c5_init, CS_WIN1250, CC_HUNGARY);!!
> EXTERN_texttype (WIN1250_c5_init);
> to ld.c
> and add
> #include "../intl/undef.h"
> TEXTTYPE_ENTRY (WIN1250_c5_init)
> {
> static CONST ASCII POSIX[] = "PXW_HUN.WIN1250";
> #include "../intl/anhun.h"
> FAMILY2 (parm1, WIN1250_c5_init, CS_WIN1250, CC_HUNGARY2);
> TEXTTYPE_RETURN;Yes, it is.
> to lc_latin1.c
>/interbase/jrd/intlnames.h
> And under what name (CC_HUNGARY...) should it be registered?
/*have to insert - COLLATION ("PXW_HUN", CC_HUNGARY, CS_WIN1250, 5,
WIN1250_c5_init) */
PXW_HUN is the name of the new collation. CC_HUNGARY is the counry
code, already declared in /interbase/intl/counrty_codes.h well.
/interbase/builds/original/sfx.intl
/*have to insert - "anhun.h" to lc_latin1.o section */
interbase/intl/depends.mak
/*have to insert - "lc_latin1.obj: anhun.h" to lc_latin1.obj section*/
> And is it needed for DOS852 also?No.
>
I'am waiting for your questions to help you to help us.
Thanks
Sandor