Viktor Szakats
2e3ef27707
2012-07-23 21:48 UTC+0200 Viktor Szakats (harbour syenar.net)
...
* include/hblang.hbx
* src/rtl/Makefile
* src/rtl/langcomp.prg
+ src/rtl/langlgcy.prg
+ added emulation for 'REQUEST HB_LANG_<id>' legacy code.
protected with HB_LEGACY_LEVEL5, though until then
probably some more shuffling will be needed to simplify
usage (f.e. remapping UTF-8 language modules to 'LL'
codes as opposed to 'LLUTF' codes used ATM)
% only pull all codepages and base language modules required
for dynamic language modules when user app REQUESTs and
HB_LANG_<id>s.
; TOFIX: HB_LANGMESSAGE() often returns garbage when using
it from hbrun or other dynamic apps. Changing
hb_retc_const() to hb_retc() didn't seem to fix it.
; NOTE: All users are encouraged to use UTF-8 base language
modules and request all CP components manually, then
create their own dynamic language modules, f.e.:
---
REQUEST HB_CODEPAGE_PT850
REQUEST HB_CODEPAGE_UTF8
REQUEST HB_LANG_PTUTF
hb_langNew( "PT", "PT850", "PTUTF", "UTF8" )
hb_langSelect( "PT" )
---
* src/lang/msghuutf.c
! reconverted from a better legacy CP version, fixing
some missing accented chars and translations
2012-07-23 19:49:22 +00:00
..
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2009-05-06 11:06:11 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-07-20 12:07:37 +00:00
2010-06-03 14:48:23 +00:00
2012-06-07 10:20:17 +00:00
2010-06-03 14:48:23 +00:00
2012-06-18 15:34:06 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-07-20 12:07:37 +00:00
2012-01-06 15:28:23 +00:00
2010-08-14 18:25:13 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2012-07-23 11:16:13 +00:00
2012-04-04 18:03:58 +00:00
2012-01-06 15:28:23 +00:00
2012-07-20 12:07:37 +00:00
2012-04-20 15:55:44 +00:00
2012-06-06 22:26:21 +00:00
2010-09-28 06:32:51 +00:00
2010-08-02 17:41:11 +00:00
2012-06-06 22:26:21 +00:00
2012-04-20 15:55:44 +00:00
2012-07-22 18:09:11 +00:00
2012-05-22 14:51:12 +00:00
2012-04-24 14:20:40 +00:00
2012-06-06 22:26:21 +00:00
2012-01-02 20:38:17 +00:00
2010-07-10 08:49:17 +00:00
2011-02-03 08:20:28 +00:00
2010-06-03 14:48:23 +00:00
2012-04-20 15:55:44 +00:00
2010-06-03 14:48:23 +00:00
2012-07-21 16:48:00 +00:00
2012-05-18 14:49:44 +00:00
2012-04-20 15:55:44 +00:00
2012-06-06 22:26:21 +00:00
2012-07-23 13:22:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2007-09-25 01:21:03 +00:00
2010-06-03 14:48:23 +00:00
2010-09-09 15:22:21 +00:00
2012-07-20 12:07:37 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-07-20 05:33:55 +00:00
2012-06-16 10:42:43 +00:00
2012-05-02 10:32:45 +00:00
2012-01-06 15:28:23 +00:00
2012-01-06 15:28:23 +00:00
2010-08-04 20:04:53 +00:00
2011-02-03 08:20:28 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2012-04-24 06:43:44 +00:00
2012-05-17 21:08:28 +00:00
2010-06-03 14:48:23 +00:00
2012-06-07 10:20:17 +00:00
2011-03-10 16:12:35 +00:00
2012-01-10 13:38:50 +00:00
2010-06-03 14:48:23 +00:00
2011-05-04 15:02:01 +00:00
2010-06-03 14:48:23 +00:00
2010-11-18 12:42:54 +00:00
2012-01-06 15:28:23 +00:00
2012-07-23 19:49:22 +00:00
2010-10-22 18:16:35 +00:00
2010-10-22 18:16:35 +00:00
2010-06-03 14:48:23 +00:00
2010-11-19 10:11:29 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-09-09 15:22:21 +00:00
2012-06-07 23:18:44 +00:00
2011-10-20 20:04:04 +00:00
2011-12-06 10:42:41 +00:00
2012-01-05 13:47:18 +00:00
2010-07-07 21:11:33 +00:00
2010-02-08 21:52:47 +00:00
2011-12-06 10:42:41 +00:00
2011-12-06 10:42:41 +00:00
2010-07-07 21:11:33 +00:00
2010-07-07 13:42:39 +00:00
2012-01-30 13:33:49 +00:00
2012-06-13 22:55:29 +00:00
2012-01-06 15:28:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-10 17:30:22 +00:00
2011-02-07 13:43:38 +00:00
2012-07-20 05:24:17 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2011-10-04 22:00:25 +00:00
2012-07-21 16:48:00 +00:00
2011-09-24 09:10:51 +00:00
2012-06-06 22:26:21 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-30 13:33:49 +00:00
2012-07-16 14:23:08 +00:00
2012-04-25 12:12:03 +00:00
2012-04-20 15:55:44 +00:00
2010-06-14 22:59:27 +00:00
2010-06-14 22:59:27 +00:00
2012-06-06 22:26:21 +00:00
2010-06-03 14:48:23 +00:00
2012-04-20 15:55:44 +00:00
2011-01-15 11:08:03 +00:00
2012-04-20 15:55:44 +00:00
2010-06-03 14:48:23 +00:00
2010-11-17 20:12:12 +00:00
2012-04-20 15:55:44 +00:00
2012-01-06 15:28:23 +00:00
2012-06-07 10:20:17 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2012-06-07 23:18:44 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00