user-602
19-10-2014, 07:08 PM
Hiya,
Just tried upgrading to the latest git version as recommended in the earlier post and on diffing the changes I noticed that line 2379 changed; this is in some XML output code that seems to be handling certain letters. The old code ready:
The new code reads:
which doesn't seem right to me; if I'm reading that right, you'll lose the letter 'r' when the regex is applied?
--
Gerph.
Just tried upgrading to the latest git version as recommended in the earlier post and on diffing the changes I noticed that line 2379 changed; this is in some XML output code that seems to be handling certain letters. The old code ready:
Code:
'Q-R' => '[qr]',
The new code reads:
Code:
'Q-R' => '[qt]',
which doesn't seem right to me; if I'm reading that right, you'll lose the letter 'r' when the regex is applied?
--
Gerph.