Skip to content

Instantly share code, notes, and snippets.

@ktcy
Created December 24, 2013 08:06
Show Gist options
  • Select an option

  • Save ktcy/8110199 to your computer and use it in GitHub Desktop.

Select an option

Save ktcy/8110199 to your computer and use it in GitHub Desktop.
Framer.app/Contents/Resources/psjs/scripts/FramerPS.jsx
--- 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