From 20e4233e110deccfe1594c4c4578f7052263eec0 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 25 Sep 2011 22:23:20 +0300 Subject: The fix for the UTF-8 bug in QuickLook causes problems when saving files in Adobe Illustrator CS5, so comment it out. --- .osx | 9 +++++---- 1 file 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 -- cgit v1.2.3