DeepBlueCLtd / LegacyMan

Legacy content for Field Service Manual
https://deepbluecltd.github.io/LegacyMan/index.html
Apache License 2.0
2 stars 0 forks source link

Fix for text checker #560

Closed IanMayo closed 9 months ago

IanMayo commented 9 months ago

My source block of text includes an  . But, in the target content this has been translated to U+0a00. This means it fails the comparison text. The text up to this point is valid, and matches.

We should look for an instance of   in the source text. If there is one, trim the string to just before it - and then run the comparison.