* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
6 lines
329 B
C
6 lines
329 B
C
/* Przemyslaw Czerpak <druzus / at / priv.onet.pl> */
|
|
/* Viktor Szakats (harbour syenar.net) */
|
|
|
|
#define HB_CP_UPPER "AÁÄBCČDĎ.DZ..DŽ.EÉĚËFGH.CH.IÍJKLĹĽMNŇOÓÔÖŐPQRŔŘSŠTŤUÚŮÜŰVWXYÝZŽ"
|
|
#define HB_CP_LOWER "aáäbcčdď.dz..dž.eéěëfgh.ch.iíjklĺľmnňoóôöőpqrŕřsštťuúůüűvwxyýzž"
|