On Feb 12, 2008, at 5:04 PM, Hans Hagen wrote:
Otared Kavian wrote:
On 12 févr. 08, at 16:49, Thomas A. Schmitz wrote:
[…] Oops, that is due to a typo which Hans and I introduced while we were experimenting with Greek hyphenation. Hans, could you merge the latest patch I sent you yesterday? Otared, if this keeps you from working, I can send you a correct lang-agr.pat.
just to be sure .. can you resent that one? i thought that i had patched it
Hans
Sure, here comes: the "greeomega" was the giveaway; I had corrected that one. All best Thomas
On Feb 11, 2008, at 10:10 AM, Hans Hagen wrote:
can you check this version?
Works with one small modification (and fixed one typo). Very neat! --- ctxtools.rb 2008-02-11 10:22:38.000000000 +0100 +++ /usr/local/texlive/texmf-local/scripts/context/ruby/ctxtools.rb 2008-02-11 10:21:39.000000000 +0100 @@ -1321,9 +1321,9 @@ remap(/\\o\s*/, "[oeligature]") when 'agr' then # bug fix - remap("a2|1", "[greekalphaiotasub]1") - remap("h2|1", "[greeketaiotasub]1") - remap("w2|1", "[greeomegaiotasub]1") + remap("a2|", "[greekalphaiotasub]") + remap("h2|", "[greeketaiotasub]") + remap("w2|", "[greekomegaiotasub]") # main conversion remap(/\<\'a\|/, "[greekalphaiotasubdasiatonos]") # remap(/\<\'a\|/, "[greekdasiatonos][greekAlpha] [greekiota]") (With the original version, greekalphaiotasub1 wasn't converted into a utf character.) Great, thanks so much! Thomas