View Single Post
Old 09-15-2022, 08:32 PM   #59
Sarmat89
Fanatic
Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.
 
Posts: 521
Karma: 2268308
Join Date: Nov 2015
Device: none
1. Use the output4 file as a starting point and check that every line in that file contains a complete definition. If the definition is split between several lines, join them by <BR> (or <BR><BR>), if you want an empty line between them)

2. Find and replace all misplaced curly brackets { with [.

3. Use the code from that post to separate the headwords with tabs.

4. Search for ^[^\t]+$ to fix the remaining lines without a tab.
Sarmat89 is offline