Copy link to clipboard
Copied
I have an extendscript javascript script that has been working for 2 years, that reads from a UTP-8 XML file and fills in the text on the correct layers in Photoshop that worked on 25.9.1 On changing to 25.12.1 This now adds  before the ¾.
I am using ¾ as the HTML entity in the XML file to add in the fraction. This happens on any fractions I use, but not on & or '.
Does anyone know why this is happening or what has changed? Or better yet how to fix it.
Copy link to clipboard
Copied
The easiest solution (or rather work-around) might be to remove all »Â«-s from the string before filling a layer.
IF that is not a letter used in the text’s language, that is.
Copy link to clipboard
Copied
I thought this was a great solution, but Extendscript doesn't want to replace this character. I have tested with other words using the same script and it works fine. Just not with this character
Here is the code, any thoughts would be great
Find more inspiration, events, and resources on the new Adobe Community
Explore Now