Replacing "SHIFT+ENTER" aka ETX aka <0x03> aka End-of-Transmission character within TEXT LAYERS
Hello, i basically have this huge script that converts artboards into HTML. It works great, however, im having an issue with TEXT LAYERS.
When we either copy and paste some text layers from Photoshop onto Sublime Text Editor, we can see the hex value "<0x03>" and when we paste into Visual Studio Code, we see a block image that says ETX.
I have found that this is caused by hitting "Shift+Enter" when creating a new line in TEXT LAYERS.
Right now i wish to update my Adobe Photoshop JavaScript script to eliminate those ETX symbols aka <0x03>
im using the code below to go into every TEXT LAYER and rename them to a different line carriage. "\r\n".
If anyone can help that would be great thank you!
