Skip to content

Instantly share code, notes, and snippets.

@sport4minus
Created March 5, 2015 19:01
Show Gist options
  • Save sport4minus/59b808719b599e8f3198 to your computer and use it in GitHub Desktop.
Save sport4minus/59b808719b599e8f3198 to your computer and use it in GitHub Desktop.
Sublime Text 2 Build System Actionscript 3 OSX fixed utf-8 decode error
{
"cmd": [
"/_path_/_to_/flex_sdk_4.6/bin/mxmlc",
"${file}"
],
"selector": "source.actionscript",
"encoding": "cp1252"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment