Skip to content

Commit

Permalink
• set utf-8 encoding for pbpaste and not diff
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Diff.tmbundle@5141 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Sep 9, 2006
1 parent 58711d0 commit 3744dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Diff Buffer With Clipboard.plist
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string># set defaultCStringEncoding to UTF-8
__CF_USER_TEXT_ENCODING=$UID:0x8000100:0x8000100 diff -u - &lt;(pbpaste)
diff -u - &lt;(__CF_USER_TEXT_ENCODING=$UID:0x8000100:0x8000100 pbpaste)
</string>
<key>input</key>
<string>document</string>
Expand Down

0 comments on commit 3744dc9

Please sign in to comment.