Created
December 24, 2013 08:06
-
-
Save ktcy/8110199 to your computer and use it in GitHub Desktop.
Framer.app/Contents/Resources/psjs/scripts/FramerPS.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- FramerPS.jsx.original 2013-10-15 15:31:26.000000000 +0900 | |
| +++ FramerPS.jsx 2013-12-24 16:20:33.000000000 +0900 | |
| @@ -14293,6 +14293,7 @@ | |
| var f; | |
| try { | |
| f = new File(path); | |
| + f.encoding = "UTF-8"; | |
| f.lineFeed = "Unix"; | |
| f.remove(); | |
| f.open('w'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment