2013-02-17 12:43 UTC+0100 Viktor Szakats (harbour syenar.net)

* 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
This commit is contained in:
Viktor Szakats
2013-02-17 11:51:14 +00:00
parent 87517c52ae
commit c72e900a2d
125 changed files with 378 additions and 334 deletions

View File

@@ -10,6 +10,29 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-02-17 12:43 UTC+0100 Viktor Szakats (harbour syenar.net)
* 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
2013-02-16 15:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! RTE regression in one last change

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Bulgarian CP-866"
#define HB_CP_UNITB HB_UNITB_866
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_bg.c"
#include "l_bg.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Bulgarian ISO-8859-5"
#define HB_CP_UNITB HB_UNITB_8859_5
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_bg.c"
#include "l_bg.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Bulgarian MIK"
#define HB_CP_UNITB HB_UNITB_MIK
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_bg.c"
#include "l_bg.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Bulgarian Windows-1251"
#define HB_CP_UNITB HB_UNITB_1251
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_bg.c"
#include "l_bg.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Czech CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_cs.c"
#include "l_cs.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Czech ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_cs.c"
#include "l_cs.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Czech Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_cs.c"
#include "l_cs.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "German CP-850 (ntxger.obj compatible)"
#define HB_CP_UNITB HB_UNITB_850
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_de.c"
#include "l_de.h"
#define HB_CP_UTF8
#if 0 /* VERIFIED: 20091116 */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "German ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_de.c"
#include "l_de.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "German Windows-1252"
#define HB_CP_UNITB HB_UNITB_1252
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_de.c"
#include "l_de.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Greek CP-737"
#define HB_CP_UNITB HB_UNITB_737
#define HB_CP_ACSORT HB_CDP_ACSORT_EQUAL
#include "l_el.c"
#include "l_el.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Greek ISO-8859-7"
#define HB_CP_UNITB HB_UNITB_8859_7
#define HB_CP_ACSORT HB_CDP_ACSORT_EQUAL
#include "l_el.c"
#include "l_el.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Greek ANSI CP-1253"
#define HB_CP_UNITB HB_UNITB_1253
#define HB_CP_ACSORT HB_CDP_ACSORT_EQUAL
#include "l_el.c"
#include "l_el.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Spanish (Modern) CP-850"
#define HB_CP_UNITB HB_UNITB_850
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_es.c"
#include "l_es.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Spanish (Modern) ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_es.c"
#include "l_es.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Spanish (Modern) ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_es.c"
#include "l_es.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Spanish (Modern) Windows-1252"
#define HB_CP_UNITB HB_UNITB_1252
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_es.c"
#include "l_es.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "French ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_EQUAL
#include "l_fr.c"
#include "l_fr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "French Windows-1252"
#define HB_CP_UNITB HB_UNITB_1252
#define HB_CP_ACSORT HB_CDP_ACSORT_EQUAL
#include "l_fr.c"
#include "l_fr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Hebrew CP-862"
#define HB_CP_UNITB HB_UNITB_862
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_he.c"
#include "l_he.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Hebrew Windows-1255"
#define HB_CP_UNITB HB_UNITB_1255
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_he.c"
#include "l_he.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Croatian ISO-646 (CROSCII)"
#define HB_CP_UNITB HB_UNITB_646YU
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hr.c"
#include "l_hr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Croatian CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hr.c"
#include "l_hr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Croatian ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hr.c"
#include "l_hr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Croatian Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hr.c"
#include "l_hr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "Hungarian CP-852 (sixhu852.obj compatible)"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hu.c"
#include "l_hu.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Hungarian ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hu.c"
#include "l_hu.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Hungarian Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_hu.c"
#include "l_hu.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#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
#include "l_is.c"
#include "l_is.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "Icelandic CP-861 (ntxic861.obj compatible)"
#define HB_CP_UNITB HB_UNITB_861
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_is.c"
#include "l_is.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Italian ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_it.c"
#include "l_it.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Italian Windows-1252"
#define HB_CP_UNITB HB_UNITB_1252
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_it.c"
#include "l_it.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Lithuanian CP-775"
#define HB_CP_UNITB HB_UNITB_775
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_lt.c"
#include "l_lt.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Lithuanian Windows-1257"
#define HB_CP_UNITB HB_UNITB_1257
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_lt.c"
#include "l_lt.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Polish CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pl.c"
#include "l_pl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Polish ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pl.c"
#include "l_pl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Polish Mazovia"
#define HB_CP_UNITB HB_UNITB_MAZ
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pl.c"
#include "l_pl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Polish Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pl.c"
#include "l_pl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Portuguese CP-850"
#define HB_CP_UNITB HB_UNITB_850
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pt.c"
#include "l_pt.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -56,7 +56,7 @@
#define HB_CP_INFO "Portuguese ISO-8859-1"
#define HB_CP_UNITB HB_UNITB_8859_1
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_pt.c"
#include "l_pt.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Romanian CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ro.c"
#include "l_ro.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Romanian ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ro.c"
#include "l_ro.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Romanian Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ro.c"
#include "l_ro.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Russian Windows-1251"
#define HB_CP_UNITB HB_UNITB_1251
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ru.c"
#include "l_ru.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Russian CP-866"
#define HB_CP_UNITB HB_UNITB_866
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ru.c"
#include "l_ru.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Russian KOI-8"
#define HB_CP_UNITB HB_UNITB_KOI_8
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ru.c"
#include "l_ru.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "Slovak CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sk.c"
#include "l_sk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "Slovak ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sk.c"
#include "l_sk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -16,7 +16,7 @@
#define HB_CP_INFO "Slovak Windows-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sk.c"
#include "l_sk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Slovenian ISO-646 (SLOSCII)"
#define HB_CP_UNITB HB_UNITB_646YU
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sl.c"
#include "l_sl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Slovenian CP-852"
#define HB_CP_UNITB HB_UNITB_852
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sl.c"
#include "l_sl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Slovenian ISO-8859-2"
#define HB_CP_UNITB HB_UNITB_8859_2
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sl.c"
#include "l_sl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Slovenian CP-1250"
#define HB_CP_UNITB HB_UNITB_1250
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sl.c"
#include "l_sl.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Serbian ISO-646 (YUSCII)"
#define HB_CP_UNITB HB_UNITB_646YU
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sr_lat.c"
#include "l_sr_lat.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Serbian ISO-646C (Cyrillic YUSCII)"
#define HB_CP_UNITB HB_UNITB_646YUC
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sr_cyr.c"
#include "l_sr_cyr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Serbian Windows-1251"
#define HB_CP_UNITB HB_UNITB_1251
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sr_cyr.c"
#include "l_sr_cyr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -55,7 +55,7 @@
#define HB_CP_INFO "Swedish ISO-8859-15"
#define HB_CP_UNITB HB_UNITB_8859_15
#define HB_CP_ACSORT HB_CDP_ACSORT_INTERLEAVED
#include "l_sv.c"
#include "l_sv.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Swedish Windows-1252"
#define HB_CP_UNITB HB_UNITB_1252
#define HB_CP_ACSORT HB_CDP_ACSORT_INTERLEAVED
#include "l_sv.c"
#include "l_sv.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Turkish CP-857"
#define HB_CP_UNITB HB_UNITB_857
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_tr.c"
#include "l_tr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Turkish ISO-8859-9"
#define HB_CP_UNITB HB_UNITB_8859_9
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_tr.c"
#include "l_tr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Turkish Windows-1254"
#define HB_CP_UNITB HB_UNITB_1254
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_tr.c"
#include "l_tr.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian CP-1125"
#define HB_CP_UNITB HB_UNITB_1125
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_uk.c"
#include "l_uk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian Windows-1251"
#define HB_CP_UNITB HB_UNITB_1251
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_uk.c"
#include "l_uk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian KOI8-U"
#define HB_CP_UNITB HB_UNITB_KOI_8U
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_uk.c"
#include "l_uk.h"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -993,6 +993,15 @@ char * hb_strRemEscSeq( char * str, HB_SIZE * pnLen )
case 'b':
ch = '\b';
break;
case 'f':
ch = '\f';
break;
case 'v':
ch = '\v';
break;
case 'a':
ch = '\a';
break;
case '0':
case '1':
case '2':

View File

@@ -5,39 +5,39 @@
ROOT := ../../
C_SOURCES := \
be.c \
bg.c \
ca.c \
cs.c \
de.c \
el.c \
eo.c \
es.c \
eu.c \
fr.c \
gl.c \
he.c \
hr.c \
hu.c \
id.c \
is.c \
it.c \
ko.c \
lt.c \
nl.c \
pl.c \
pt.c \
ro.c \
ru.c \
sk.c \
sl.c \
sr_cyr.c \
sr_lat.c \
sv.c \
tr.c \
uk.c \
zh_sim.c \
zh_tra.c \
l_be.c \
l_bg.c \
l_ca.c \
l_cs.c \
l_de.c \
l_el.c \
l_eo.c \
l_es.c \
l_eu.c \
l_fr.c \
l_gl.c \
l_he.c \
l_hr.c \
l_hu.c \
l_id.c \
l_is.c \
l_it.c \
l_ko.c \
l_lt.c \
l_nl.c \
l_pl.c \
l_pt.c \
l_ro.c \
l_ru.c \
l_sk.c \
l_sl.c \
l_sr_cyr.c \
l_sr_lat.c \
l_sv.c \
l_tr.c \
l_uk.c \
l_zh_sim.c \
l_zh_tra.c \
LIBNAME := hblang

Some files were not shown because too many files have changed in this diff Show More