* src/codepage/*.c
- src/codepage/l_*.c
+ src/codepage/l_*.h
* src/lang/Makefile
- src/lang/*.c
+ src/lang/l_*.c
+ renamed collation modules and language modules, so they
now can be merged into a single directory (and sorted
by extension to overview country coverage).
* src/common/hbstr.c
+ added missing some C escaped chars: \a, \f, \v
INCOMPATIBLE: thus far they had been converted to
char 'a', 'f', 'v' respectively.
e"" string literals, HB_STRCDECODE(), HB_STRDECODESCAPE()
are affected.
* utils/hbmk2/hbmk2.prg
! avoided one ASCII code dependent comparison
! added missing value value validation for -incpath= option
* minor internal cleanups