-
1. Re: [CS4] Broken Symbol import from Word (and a Fix script)
[Jongware] Nov 9, 2009 7:35 AM (in response to [Jongware])Uh-oh. An unforeseen problem with the fixing script.
I copied the base-to-unicode list verbatim, but neglected to notice the order of find-and-changes. Lo and behold, there were a few clashes. As an example, the MULTIPLICATION SIGN \u+00B4 (bad code) got replaced by Unicode U+00D7 (good code), but then all U+00D7 code (bad and good) got replaced again, by U+22C5. Now this happens to be DOT OPERATOR, which is another way of writing a multiplication, but that's really a coincidence. There were several other characters which got replaced twice -- messing things up the second time around.
It oughta be fixed in the accompanying new version, but really ... Adobe's the one that should fix it ...
-
fixSymbol.jsx.txt 11.1 K
-
-
2. Re: [CS4] Broken Symbol import from Word (and a Fix script)
[Jongware] Nov 10, 2009 4:38 AM (in response to [Jongware]).. It oughta be fixed in the accompanying new version ..
Great. This is one of those things were you don't notice anything going wrong unless the planets are in some specific alignment, or something like that.
Another try -- now it switches on Case Sensitive as well, just to give it a certain je ne sais quo.
-
fixSymbol.jsx.txt 11.2 K
-

