<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’m now implementing CLDR transforms and would appreciate some understanding of the following two items:<br class=""><div><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font>1. Resolving the correct transform from “Any-Latin”. For example, “de-Latin” has a transform rule “Any-Latin” but such a transform doesn’t exist in the repo. So I presume an appropriate transform has to be resolved. Reading the inheritance rules isn’t helping me. So using this example, how does one resolve the correct transform for “Any-Latin”.<br class=""><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font>2. I’m not sure how to interpret the Unicode regular expression "[[:Z:][:Ps:][:Pi:]$]” when its in a “before context” as it is in “Any-Publishing.xml” Specifically, where does the “$” anchor? <br class=""><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font> (a) Does “$” in this case mean matching the character just before the insertion point? Or does it mean maches an end-of-line at the insertion point? Or something else?<br class=""><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font> (b) For the majority of “before context” matches, which don’t have any anchors in them (“$” or “^”) is the intent that the match aligns to the text immediately before the insertion point (ie with an implied “$” ending at the insertion point). Or is it intended to match anywhere in the prior context from the begging of the string (that would seem strange but TR35 doesn’t seem to explain the correct interpretation and TR18 is silent on the topic). <br class=""><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font>As always, thanks for the insight and assistance,<br class=""><font color="#bf5af2" class=""><span style="caret-color: rgb(191, 90, 242);" class=""><br class=""></span></font>—Kip<br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class=""></div></div></blockquote></div><br class=""></body></html>