24 Commits

Author SHA1 Message Date
ddae64ca6d Extend copyright year 2018-09-07 23:57:59 +02:00
3831012af9 Distinguish variables with same names
...to resolve C4457 warnings.
2018-09-07 19:32:54 +02:00
9ca82f02f8 Decomposition (inverse-translation) fixed 2017-07-13 14:50:27 +02:00
b7bef14746 Copyright extended to 2017 2017-04-18 14:05:45 +02:00
acbae76737 Clean-up 2017-03-30 10:57:31 +02:00
cc4a150501 Translation set ID data-type introduced 2017-03-30 10:23:08 +02:00
186dbee443 Multiple translation sets support 2017-03-30 09:49:22 +02:00
155642a3f9 "Composition" and "Decomposition" renamed to more general terms "Translation" and "Inverse translation" to extend its use for transliteration 2017-03-27 14:10:43 +02:00
ca306345c2 Composed and decomposed strings of the ZRCola::translation_db::translation protected 2017-03-16 10:21:29 +01:00
03ff056898 ZRCola::translation_db::translation::com_start marked as const now 2017-03-16 09:44:43 +01:00
bd0fdba435 Composed characters extended to support multiple UTF-16 character 2017-03-14 12:54:46 +01:00
87814981db ZRCola::translation_db::Compose fixed to honor inputMax==-1 correctly 2017-03-14 10:51:56 +01:00
ba8254c097 Auto C++ typing introduced where appropriate 2016-10-06 11:52:17 +02:00
8c51f9c2a6 Ambiguous decomposition sequences now decompose to first ranked decomposition
(resolves #18)
2016-04-22 11:30:42 +02:00
a021dd31f7 ZRCola::mapping is generic now 2016-04-20 12:24:23 +02:00
f735bd5bee Decomposition can omit language specific characters now 2016-04-11 13:28:19 +02:00
fc93474b9a Characters with decompositions starting with # do not decompose any more. 2016-04-11 10:21:11 +02:00
279537b1f3 Combinations with partial longer match not composed issue resolved
(resolves #6)
2016-04-08 14:45:28 +02:00
f918c49bfd Accessing an element of table before determining size issue resolved 2016-04-08 13:48:33 +02:00
b9199f9a7b size_type data type changed to best matching class 2016-03-08 14:44:48 +01:00
e13133d0e4 Indexes redesigned to return data reference directly for cleaner code 2016-03-08 14:09:23 +01:00
0501a5c7ca Indexes simplified to save space and add flexibility 2016-03-02 11:20:45 +01:00
4e5811803a Accessing translation data standardized 2016-03-02 10:45:22 +01:00
6bb0cd7b89 (De)composition is not static any more 2016-03-01 15:36:21 +01:00