Przemyslaw Czerpak
6b92949b7d
2011-05-17 15:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/src/rtl/gtxwc/gtxwc.c
* harbour/src/rtl/gtwvt/gtwvt.c
* harbour/contrib/xhb/hboutdbg.c
* harbour/contrib/xhb/xhbfunc.c
! use 'hb_cmdargARGVN( 0 )' instead of 'hb_cmdargARGV()[ 0 ]' to avoid
GPF when no arguments are initialized
* harbour/contrib/hbwin/hbolesrv.hbc
* use {allmingw} instead of {mingw} macro for MinGW64 builds
* harbour/src/codepage/Makefile
* harbour/src/codepage/uc646_yu.c
+ harbour/src/codepage/uc646yuc.c
* harbour/include/hbapicdp.h
+ added JUS I.B1.003 - Cyrillic script variant of ISO-646-YU
for Serbian and Macedonian language
* harbour/src/codepage/Makefile
+ harbour/src/codepage/cpsr646.c
+ harbour/src/codepage/cpsr646c.c
* harbour/include/hbcpage.hbx
+ added SR646 and SR646C Harbour codeapges.
Both code pages uses the same 8-bit representation but different
unicode values - SR646 uses Latin script and SR646C Cyrillic script.
It means that it's useless to make any translations between SR646
and SR646C because both versions uses the same ASCII values but they
can help in translation to other encodings or CPs, i.e. to convert
some Serbian text in one of the above CPs to Latin letters in UTF8
encoding then it's enough to make:
hb_strToUTF8( <cText>, "SR646" ) -> <cUtf8LatinText>
and for conversion to UTF8+Cyrillic:
hb_strToUTF8( <cText>, "SR646C" ) -> <cUtf8CyrillicText>
2011-05-17 13:40:56 +00:00
..
2011-04-13 09:07:47 +00:00
2011-04-13 09:07:47 +00:00
2010-06-03 15:09:04 +00:00
2011-04-13 09:07:47 +00:00
2011-04-13 09:07:47 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2009-11-14 04:07:58 +00:00
2010-06-03 15:09:04 +00:00
2010-12-02 10:20:06 +00:00
2010-12-02 13:44:51 +00:00
2010-12-02 10:20:06 +00:00
2010-12-05 09:51:16 +00:00
2010-12-02 10:20:06 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2009-11-14 04:07:58 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-11-18 12:42:54 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-11-29 14:47:50 +00:00
2010-12-02 13:44:51 +00:00
2010-11-29 14:47:50 +00:00
2010-12-05 09:51:16 +00:00
2010-11-28 09:44:40 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2011-05-17 13:40:56 +00:00
2011-05-17 13:40:56 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2010-06-03 15:09:04 +00:00
2009-11-14 04:07:58 +00:00
2009-11-14 04:07:58 +00:00
2009-11-14 04:07:58 +00:00
2009-11-14 04:07:58 +00:00
2011-05-17 13:40:56 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-05-17 13:40:56 +00:00
2011-05-17 13:40:56 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-05-09 16:49:15 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00
2011-04-10 10:44:45 +00:00