* (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
5 lines
253 B
C
5 lines
253 B
C
/* Luiz Rafael Culik Guimaraes <culikr@uol.com.br> */
|
|
|
|
#define HB_CP_UPPER "AÁÀÂÃÄBCÇDEÉÈÊFGHIÍÌÎÏJKLMNÑOÓÒÔÕÖPQRSTUÚÙÛÜVWXYZ"
|
|
#define HB_CP_LOWER "aáàâãäbcçdeéèêfghiíìîïjklmnñoóòôõöpqrstuúùûüvwxyz"
|