0 votes
315 views

I’m working for the first time in PT with a right-to-left language project (I’ve only used RTL resources up to now). I’m finding I can’t match verse range markers with a regex, and on examining the SFM, I’m finding this:

  • \v 7U+200F-8

Where U+200F is the <RTL> marker. It’s clear that this is what is stopping my regex matching. Why is PT putting that in the middle of the USFM code? Just before I checked it with a hex viewer, I deleted and retyped the marker, so PT seems to have inserted the <RTL> afresh.

I was trying to correct verse ranges with stray spaces in them. For the moment I’ve solved the <RTL> problem with a regex like this:

(?<=\\v\W)(\d+)\W*-\W*(\d+)\W*(?=\w) → \1-\2␣

(where “ → ” divides the Find string and the Replace string, and “␣” is a space.)

Paratext by (1.4k points)
reshown | 315 views

1 Answer

0 votes
Best answer

Paratext inserts the RLT marker to get the text to display as most users
have expected it to. The - will appear to be in the wrong location without
it. This has to do with the complications of having LTR strings of numbers
within RTL text.

There have been some who wanted verse references to appear differently than
they do in RTL text, but that would be a feature request.

John+Wickberg
Paratext Support

by [Administrator]
(3.4k points)

Related questions

0 votes
1 answer 332 views
A project I've been providing technical support to has RTL marks sprinkled throughout where they don't belong. The ... tell, the basic checks were not catching the RTL mark.
[Moderator]
Nathaniel Paulus
158
asked May 24, 2023
0 votes
2 answers 272 views
Recently the search (ctrl-F) and replace (ctrl-H) are no longer finding all occurrences of the search term. This does not ... true even within the selected scope. (PT 9.2.102.13)
anon015155 153 asked May 20, 2022
+1 vote
1 answer 230 views
Here's another challenge for someone - which is hopefully easy to solve. image.png989 87 8.28 KB In the screen-shot above ... PT annoyance, and if so, how did you work around it?
Mark P 3.2k asked Jul 13, 2017
0 votes
8 answers 1.5k views
We have a user who has inserted a lot of \pn and some \nd inside of footnotes. We now know we need those to be ... the search to inside of a single footnote? Thank you, MSEAIT/LT
MSEAIT_LT 478 asked Aug 20, 2018
0 votes
1 answer 37 views
In an RTL Paratext project, I have not found any combination of Scripture Reference Settings and verse text and module ... must be a way for Paratext to get this right?
Denny Emser 115 asked 2 hr ago
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Don’t you know that you yourselves are God’s temple and that God’s Spirit dwells in your midst?
1 Corinthians 3:16
3,047 questions
6,007 answers
5,672 comments
2,027 users