From fcbaacdfe965e71b2466460e8098e9988d2c5d68 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Mon, 11 Mar 2013 22:18:18 +0100 Subject: [PATCH] Set default encoding to UTF-8 Although everything would still default to UTF-8, the initial title of the pop-up in Preferences would show a wrong value. Fixes #889. --- Applications/TextMate/resources/Default.tmProperties | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/TextMate/resources/Default.tmProperties b/Applications/TextMate/resources/Default.tmProperties index 37271235..2af7fb43 100644 --- a/Applications/TextMate/resources/Default.tmProperties +++ b/Applications/TextMate/resources/Default.tmProperties @@ -1,6 +1,7 @@ theme = '766026CB-703D-4610-B070-8DE07D967C5F' fontName = 'Menlo-Regular' fontSize = 12 +encoding = "UTF-8" exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}" include = "{*,.tm_properties,.htaccess}"