aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-25 22:23:20 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-25 22:23:20 +0300
commit20e4233e110deccfe1594c4c4578f7052263eec0 (patch)
treedc9cb068c1fcfa8cbe9107b69831560061633531
parentc60ad3bf2ad3754d4697249676c2c85043a27f77 (diff)
downloaddotfiles-20e4233e110deccfe1594c4c4578f7052263eec0.tar.gz
dotfiles-20e4233e110deccfe1594c4c4578f7052263eec0.tar.bz2
dotfiles-20e4233e110deccfe1594c4c4578f7052263eec0.zip
The fix for the UTF-8 bug in QuickLook causes problems when saving files in Adobe Illustrator CS5, so comment it out.
-rwxr-xr-x.osx9
1 files changed, 5 insertions, 4 deletions
diff --git a/.osx b/.osx
index a28ff61..076a6c1 100755
--- a/.osx
+++ b/.osx
@@ -143,8 +143,9 @@ chflags nohidden ~/Library
# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal
-# Kill affected applications
-for app in Safari Finder Dock Mail; do killall "$app"; done
-
# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
-echo "0x08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file
+# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
+#echo "0x08000100:0" > ~/.CFUserTextEncoding
+
+# Kill affected applications
+for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file