ErwinKomen / RU-cesar

1 stars 0 forks source link

Tablet: steadfast processing of texts #208

Closed ErwinKomen closed 1 year ago

ErwinKomen commented 1 year ago

Make sure (reference) texts are not hindered by words that contain non-word-symbols

ErwinKomen commented 1 year ago

Right now the problem is in my own implementation of text-to-basis-folia. That's where the odd symbols creep in.

Solution:

  1. Make use of the standard in-Frog procedures
    1. That is: use bare_folia() instead of basis_folia()
  2. Problem: paragraphs
    1. Resolution: turn \r\n into \n and this disappears
ErwinKomen commented 1 year ago

Test: seems to work quite well!