Commit graph

17 commits

Author SHA1 Message Date
Konstantin Isakov ba1292607f +! Normalize dsl headwords by compressing consecutive spaces into single spaces. 2009-06-06 16:02:52 +00:00
Konstantin Isakov 5c259c1a5e +! Interpret "[[" and "]]" as escaped '[' and ']'. 2009-06-06 12:01:59 +00:00
Konstantin Isakov dfb067b370 +! Basic support for comments in dsl ({{like this}}) 2009-05-14 21:16:50 +00:00
Konstantin Isakov 496e1c873c *! Read last .dsl line properly when it doesn't end with \n 2009-05-12 15:39:18 +00:00
Konstantin Isakov 0c964c53ec *! Turn escaped spaces into non-breakable ones, as Lingvo does. 2009-05-08 19:11:24 +00:00
Konstantin Isakov d443ec5620 + Support UTF8 for the .dsl files which begin with UTF8 BOM. 2009-05-08 10:21:03 +00:00
Konstantin Isakov 44b5524a91 *! Close any previously opened 'm' tag before opening another one. 2009-05-07 14:54:26 +00:00
Konstantin Isakov cb512b9b11 +! Add decoding of old 8-bit encoded transcriptions. 2009-05-07 12:30:36 +00:00
Konstantin Isakov bde25bb8a3 + Ignore abbreviation files based on the _abrv suffix in their names.
*! Properly identify source and target languages.
2009-04-23 11:43:20 +00:00
ars_goldendict a587f10c55 basic implementation of language coder 2009-04-22 21:37:32 +00:00
Konstantin Isakov babde3d53d *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and
wchar_t. This changes nothing on Linux and most other systems, but on Win32
   it causes to use normal UCS-4 strings instead of Win32's usual UTF-16.
2009-04-18 17:20:12 +00:00
Konstantin Isakov 4953e7bd10 * Use Folding::isWhitespace() for whitespace checks when parsing article tags.
It's richer and doesn't depend on iswblank()'s existence and/or
  implementation.
2009-04-17 22:34:45 +00:00
Konstantin Isakov 59433a6750 *! Another missing include added for Fedora build to succeed. 2009-04-04 23:02:58 +00:00
Konstantin Isakov 3bbae73093 +! Add support for UTF16 surrogate pairs in a Dsl reader. 2009-04-03 14:04:56 +00:00
Konstantin Isakov 4bae99aeb5 Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
Konstantin Isakov 13d0637357 Provide local implementation of wcscasecmp() under Windows, where it's non-
existent.
2009-02-02 01:10:16 +00:00
Konstantin Isakov c05781368b Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00