Commit graph

37 commits

Author SHA1 Message Date
xiaoyifang d1c4611923 remove iconv lib 2022-02-26 15:13:24 +08:00
xiaoyifang e07e0ec314 remove if 0 dead code 2021-11-17 22:19:32 +08:00
xiaoyifang 46ecc8dcbb bgl dictionary parse error 2021-11-17 21:54:49 +08:00
Kevin Zheng d62b2d61ba Fix build on FreeBSD 2019-04-01 17:10:10 -07:00
Abs62 4ec525d67d Fix typos 2018-03-21 22:15:22 +03:00
Abs62 723a2857cb bgl_babylon.cc: add header for "errno" variable 2017-07-15 20:14:26 +03:00
Abs62 ecdec2b5a6 Bgl: Fix conversion for Eastern European encoding 2017-07-07 17:16:33 +03:00
Abs62 1e76ccf4d9 Bgl: Modify some warnings 2017-07-06 18:04:01 +03:00
Abs62 711aa363a6 Bgl: A little refactoring of big-endian numbers handling 2017-03-16 18:19:43 +03:00
Abs62 b9666f7f9f Merge branch 'Original' into Qt4x5
Conflicts:
	bgl_babylon.cc
2014-05-12 18:10:26 +04:00
Abs62 e2b0a7f39c Mac-specific: Adjust code for Qt5 build 2014-05-12 17:53:13 +04:00
Abs62 4120213ee8 Rename "DPRINTF" and "FDPRINTF" debug macro 2014-05-11 01:02:31 +04:00
Abs62 273b1b5757 Merge branch 'Original' into Qt4x5
Conflicts:
	articleview.cc
	btreeidx.cc
2014-05-05 21:31:16 +04:00
Abs62 488286a75f Some more errors handling 2014-04-25 17:13:56 +04:00
Abs62 fbcaf7c2cb Some more error handling 2014-04-24 22:50:47 +04:00
Abs62 34271ecc1d Merge branch 'Temp' into Qt4x5
Conflicts:
	article_maker.cc
	article_netmgr.cc
	articleview.cc
	forvo.cc
	goldendict.pro
	hotkeywrapper.cc
	hunspell.cc
	mainwindow.cc
2013-12-18 19:09:48 +04:00
Abs62 444938a330 Fix logging to file UTF-8 encoded messages 2013-11-16 22:34:09 +04:00
Abs62 1f87d8a911 Merge branch 'master' into Qt4x5
Conflicts:
	btreeidx.cc
	goldendict.pro
	lsa.cc
	mouseover.cc
	sounddir.cc
	xdxf2html.cc
2013-09-27 17:03:27 +04:00
Abs62 c7b04526d2 Possibility to log GD console messages into file "gd_log.txt" in GD config directory. Activated by "--log-to-file" key in command line. 2013-09-20 18:25:44 +04:00
Timon Wong ee0fc80001 Merge branch 'master' into qt4x5
Conflicts:
	articleview.cc
	btreeidx.cc
	goldendict.pro
	mediawiki.cc
2013-08-02 17:00:16 +08:00
Abs62 757ad64247 Mac-specific: BGL dictionaries under Mac OS X (issue #128) 2013-02-13 16:53:43 +04:00
Abs62 160db20a04 Handle big entries in bgl 2013-01-18 15:50:49 +04:00
Abs62 2b827185c1 Fix some bgl indexing error 2012-11-19 19:16:44 +04:00
Abs62 c071973a0c Some more encoding in bgl (issue #53 again) 2012-11-18 02:03:59 +04:00
Abs62 521b88790c Prevent some potential crashes on broken bgl 2012-11-14 16:54:31 +04:00
Abs62 adf7a379fd Some more encoding in BGL (issue #53, goldendict.org/forum/viewtopic.php?f=5&t=1535) 2012-11-13 22:49:29 +04:00
Abs62 da0a115306 Some encoding in BGL (goldendict.org/forum/viewtopic.php?f=6&t=1222) 2012-11-13 17:30:50 +04:00
Abs62 f02de96ccf Transcriptions in BGL dictionaries (Issue #121) 2012-11-10 14:13:36 +04:00
Abs62 c79899f916 Babylon .bgl: don't encode to utf-8 already encoded articles (tag "<charset c=U>") 2012-07-22 05:07:47 +04:00
vtliem 328e523016 1/Merge branch 'master' of git://github.com/goldendict/goldendict.git into newFixforBgl20120128pull
2/table with the actual country codes
2012-02-26 13:07:33 +09:00
Abs62 2763b74635 Use file names in UTF-8. Fix issue #30. 2011-09-09 16:05:28 +04:00
Abs62 3ae6add49c Adjust program code and project file to new libraries 2011-07-19 22:36:04 +04:00
Abs62 7de7fcc8df Replace fprintf(stderr,...) in code by a macro FDPRINTF 2011-06-20 00:29:11 +04:00
Abs62 36e509a2ab Replace printf in code by a macro DPRINTF 2011-06-19 22:50:11 +04:00
Konstantin Isakov 9980863bd8 More work with Babylon.
1) Support 2-byte sized displayed headwords in a more general way. This version
should catch more of them.
2) Only add displayed headword as a headword to the index if the original one
contain two digits, not one, as it was previously.
2010-05-28 19:02:37 +04:00
Konstantin Isakov 1b8bb12b37 Support more types of displayed headwords in BGL.
Also use the right encoding for all displayed headwords.
2010-05-16 17:38:06 +04:00
Konstantin Isakov ab88fa4867 Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
Renamed from src/bgl_babylon.cc (Browse further)