From a5a012f42f868df66e8575aa4a4b8e6dda6f7efc Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 29 Aug 2013 18:58:23 +0200 Subject: .osx: `~/.CFUserTextEncoding` can break several Adobe apps Ref. #237. --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.osx b/.osx index eee6652..70f1039 100755 --- a/.osx +++ b/.osx @@ -86,8 +86,8 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true defaults write com.apple.helpviewer DevMode -bool true # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) -# Commented out, as this is known to cause problems when saving files in -# Adobe Illustrator CS5 :( +# Commented out, as this is known to cause problems in various Adobe apps :( +# See https://github.com/mathiasbynens/dotfiles/issues/237 #echo "0x08000100:0" > ~/.CFUserTextEncoding # Reveal IP address, hostname, OS version, etc. when clicking the clock -- cgit v1.2.3