From 7638fb5d43c9b0ba99d693218f37ec534aef45c3 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 6 Sep 2011 18:43:11 +0200 Subject: Fix a typo in the fix for the ancient UTF-8 bug in QuickLook. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index 53ba7d0..8c5c8ed 100755 --- a/.osx +++ b/.osx @@ -41,4 +41,4 @@ sudo tmutil disablelocal killall Safari && killall Finder && killall Dock # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) -echo "0×08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file +echo "0x08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file -- cgit v1.2.3