* config/detect.mk
* contrib/hbct/print.c
* contrib/hbnf/fttext.c
* contrib/hbnf/n2color.c
* contrib/hbnf/tests/clrsel.prg
* contrib/hbnf/tests/menu1.prg
* contrib/hbwin/win_tprn.prg
* doc/en/browse.txt
* doc/en/compiler.txt
* doc/en/file.txt
* doc/en/garbage.txt
* doc/en/gtslang.txt
* doc/en/idle.txt
* doc/en/memo.txt
* doc/en/misc.txt
* doc/en/setmode.txt
* doc/en/string.txt
* doc/en/terminal.txt
* doc/gtapi.txt
* doc/tracing.txt
* include/filesys.api
* include/hbapifs.h
* include/hbsetup.h
* package/mpkg_win.nsi
* package/winuni/RELNOTES
* src/codepage/*.c
* src/common/hbffind.c
* src/rtl/gete.c
* src/rtl/hbgtcore.c
* src/rtl/isprint.c
* src/rtl/net.c
* src/rtl/run.c
* src/rtl/tlabel.prg
* src/rtl/treport.prg
* src/vm/dynsym.c
* tests/stripem.prg
* tests/tstgtapi.c
* various platform related doc cleanups
24 lines
626 B
C
24 lines
626 B
C
/*
|
||
* $Id$
|
||
*/
|
||
|
||
/*
|
||
* Harbour Project source code:
|
||
* National Collation Support Module (IS850)
|
||
*
|
||
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||
* www - http://harbour-project.org
|
||
*
|
||
* This file is generated automatically by cpinfo.prg
|
||
*/
|
||
|
||
#define HB_CP_ID IS850
|
||
#define HB_CP_INFO "Icelandic CP-850 (ntxic850.obj compatible)"
|
||
#define HB_CP_UNITB HB_UNITB_850
|
||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||
#define HB_CP_UPPER "AµBCDÑE<C391>FGHIÖJKLMNOàPQRSTUéVWXYíZè’™"
|
||
#define HB_CP_LOWER "a bcdÐe‚fghi¡jklmno¢pqrstu£vwxyìzç‘”"
|
||
|
||
/* include CP registration code */
|
||
#include "hbcdpreg.h"
|