Skip to content

Releases: LanguageMachines/ucto

v0.36

11 Dec 12:39

Choose a tag to compare

  • added a (tricky, hidden, EXPERIMENTAL) option --keep-spaces-inside-quotes.
    Allows a limited use to keep quoted values together: "One quote",
    or ' keep this alive '
  • updated GitHub CI

v0.35

16 Dec 13:14

Choose a tag to compare

  • require latest ticcutils
  • updated GitHub CI

v0.34

12 Sep 09:43

Choose a tag to compare

[Maarten van Gompel]

  • fall back when local config dir can not be checked for whatever reason
    #97
  • extract custom configuration directory if provided, and fall back to that
    for includes #96
  • needs ticcutils >= 0.35
    [Ko van der Sloot]
  • force use of c++17
  • minor code updates
  • streamlined Github CI file
  • adapted some foliatests to recent libfolia versions
  • refactored tests:
    • all shell scripts have the .sh extension now
    • use folialint or foliadiff to check folia results

v0.33

26 Apr 10:16

Choose a tag to compare

  • added a batch mode: #94
  • improved handling of NonSpacing markers.
  • adapted some tests, based on the newest uctodata package (notably
    French was not correct implemented)

v0.32.1

20 Mar 09:15

Choose a tag to compare

  • additional fix for #93
    spurious BOM markers should be ignored in all cases

v0.32

19 Mar 12:57

Choose a tag to compare

  • fix for #95
  • automagicly geneate an xml:id when not provided

v0.31

28 Feb 07:53

Choose a tag to compare

  • fixed handling of the rare cases of Unidentifiable Characters
    They were ignored, which lead to incompatible text elements in FoLiA
  • some small refactoring, rooting out CppCheck warnings

v0.30

21 Oct 16:46

Choose a tag to compare

[Ko van der Sloot]

  • using ticcutils >- 0.34. All Unicode id NFC normalized now
  • normalization performed for passthru too.
    All output should be in the same encoding (NFC)
  • fixed a problem when using the API form Frog
  • improving code quality
  • added (dangerous, and compiletime only) option to change the magic
    'tokconfig-' value.

[Maarten van Gompel]

  • README.md: README: added demo screencast

v0.29

22 Apr 09:15

Choose a tag to compare

v0.28.1

22 Feb 11:43

Choose a tag to compare

[Maarten van Gompel]

  • Software metadata update only, no functional changes