<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,6 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
+
 #
 # Ale Mu&#241;oz &lt;ale@bomberstudios.com&gt; - 2006-11-25
 # Feel free to use and improve</diff>
      <filename>Bundles/ActionScript.tmbundle/Support/Tools/asd.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 SUPPORT = ENV['TM_SUPPORT_PATH']
 </diff>
      <filename>Bundles/Apache.tmbundle/Support/bin/apache_doc.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 require &quot;#{ENV['TM_BUNDLE_SUPPORT']}/lib/keychain&quot;
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/escape&quot;
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/osx/plist&quot;</diff>
      <filename>Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 require 'cgi'
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes.rb&quot;
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/escape.rb&quot;
@@ -5,6 +7,7 @@ require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/ui.rb&quot;
 require &quot;#{ENV['TM_BUNDLE_SUPPORT']}/lib/keychain.rb&quot;
 require &quot;#{ENV['TM_BUNDLE_SUPPORT']}/lib/metaweblog.rb&quot;
 
+# FIXME: this will need work. DT
 $KCODE = 'u'
 
 class Blogging</diff>
      <filename>Bundles/Blogging.tmbundle/Support/lib/blogging.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -w
+# encoding: utf-8
 
 $LOAD_PATH &lt;&lt; ENV['TM_SUPPORT_PATH'] + &quot;/lib&quot;
 require 'progress'</diff>
      <filename>Bundles/CVS.tmbundle/Support/cvs_diff.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,6 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
+
 require 'strscan'
 
 input = STDIN.read.gsub(/([\$\`\\])/, '\\\\\1')</diff>
      <filename>Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 # TEST
 def all_colors</diff>
      <filename>Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -wKU
+# encoding: utf-8
 
 SUPPORT = ENV['TM_SUPPORT_PATH']
 require SUPPORT + '/lib/escape.rb'</diff>
      <filename>Bundles/GetBundle.tmbundle/Support/show_bundles.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 # Greasemonkey Userscript.org integration for TextMate
 # By Henrik Nyh &lt;http://henrik.nyh.se&gt;.
 # Free to modify and redistribute non-commercially with due credit.</diff>
      <filename>Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 SUPPORT    = ENV['TM_SUPPORT_PATH']
 FL_HELPDIR = '/Library/Application Support/Adobe/Flash CS3/en/Configuration/HelpPanel/help/ExtendingFlash/'</diff>
      <filename>Bundles/JavaScript Flash.tmbundle/Support/bin/asd.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -w
+# encoding: utf-8
 
 $LOAD_PATH &lt;&lt; ENV['TM_SUPPORT_PATH'] + &quot;/lib&quot;
 require 'progress'</diff>
      <filename>Bundles/Mercurial.tmbundle/Support/hg_diff.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 bundle			= ENV['TM_BUNDLE_SUPPORT']
 support			= ENV['TM_SUPPORT_PATH']
 hg             = ENV['TM_HG'] || 'hg'</diff>
      <filename>Bundles/Mercurial.tmbundle/Support/hg_pull.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 bundle			= ENV['TM_BUNDLE_SUPPORT']
 support			= ENV['TM_SUPPORT_PATH']
 hg             = ENV['TM_HG'] || 'hg'</diff>
      <filename>Bundles/Mercurial.tmbundle/Support/hg_push.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 $bundle        = ENV['TM_BUNDLE_SUPPORT']
 
 require $bundle+'/hg_helper.rb'</diff>
      <filename>Bundles/Mercurial.tmbundle/Support/hg_show_help.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 abort &quot;Wrong arguments: use -path=&#171;file to remove&#187;&quot; if $path.nil?
 </diff>
      <filename>Bundles/Mercurial.tmbundle/Support/remove_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 abort &quot;Wrong arguments: use -path=&#171;file to revert&#187;&quot; if $path.nil?
 </diff>
      <filename>Bundles/Mercurial.tmbundle/Support/revert_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 # Copyright:
 #   (c) 2006 syncPEOPLE, LLC.</diff>
      <filename>Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 # Copyright:
 #   (c) 2006 InquiryLabs, Inc.</diff>
      <filename>Bundles/Ruby on Rails.tmbundle/Support/bin/rake_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/progress&quot;
 TextMate.call_with_progress(:title =&gt; &quot;Contacting database&quot;, :message =&gt; &quot;Fetching database schema&#8230;&quot;) do</diff>
      <filename>Bundles/Ruby on Rails.tmbundle/Support/bin/show_schema.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 STDOUT.sync = true
 STDERR.sync = true
 </diff>
      <filename>Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 # p __FILE__, $PROGRAM_NAME
 
 at_exit { puts &quot;I am &lt;at&gt; the exit!&quot; }</diff>
      <filename>Bundles/Ruby.tmbundle/Support/RubyMate/test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -w
+# encoding: utf-8
 
 # if we are not called directly from TM (e.g. JavaScript) the caller
 # should ensure that RUBYLIB is set properly</diff>
      <filename>Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -w
+# encoding: utf-8
 
 # FIXME:  In a ruby code line like &quot;lines.each { |line| puts &quot;#{i += 1}. &quot; + line }&quot;, the &quot;switch between {} and do-end&quot; command picks up the wrong braces.
 # allan: JEG2: maybe we should just let a script do the extraction rather than the current regexp find in a macro</diff>
      <filename>Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Module for S5 presenation; S5 by Eric Meyer; module by Brad Choate
+# Module for S5 presenation; S5 by Eric Meyer; module by Brad Choate.  Encoding: utf-8
 
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/tm/markdown&quot;
 </diff>
      <filename>Bundles/S5.tmbundle/Support/lib/s5.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 require 'optparse'
 require 'ostruct'</diff>
      <filename>Bundles/SQL.tmbundle/Support/bin/db_browser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 require ENV['TM_SUPPORT_PATH'] + &quot;/lib/ui&quot;
 </diff>
      <filename>Bundles/SVK.tmbundle/Support/revert_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 # just a small to-html formater for what svn blame gives you.
 # made to be compatible with the ruby version included
 # in 10.3.7 (1.6.8) but runs also with 1.8</diff>
      <filename>Bundles/Subversion.tmbundle/Support/format_blame.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 abort &quot;Wrong arguments: use -path=&#171;file to remove&#187;&quot; if $path.nil?
 </diff>
      <filename>Bundles/Subversion.tmbundle/Support/remove_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 require ENV['TM_SUPPORT_PATH'] + &quot;/lib/ui&quot;
 </diff>
      <filename>Bundles/Subversion.tmbundle/Support/revert_file.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 require 'English'
 require 'ostruct'
 require 'pathname'</diff>
      <filename>Bundles/Subversion.tmbundle/Support/svn_commit.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -w
+# encoding: utf-8
 
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/ui&quot;
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/progress&quot;</diff>
      <filename>Bundles/Subversion.tmbundle/Support/svn_diff.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 # 
 #  svn_revision_chooser.rb
 #  Subversion.tmbundle</diff>
      <filename>Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 #
 # xcodebuild output parser for TextMate
 # chris@cjack.com</diff>
      <filename>Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby -s
+# encoding: utf-8
 
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/osx/plist&quot;
 require &quot;#{ENV['TM_SUPPORT_PATH']}/lib/escape&quot;</diff>
      <filename>Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>677cbaadccfc3b7889a2ea3082bfb66c3a94f545</id>
    </parent>
  </parents>
  <author>
    <name>JEG2</name>
    <email>JEG2@dfb7d73b-c2ec-0310-8fea-fb051d288c6d</email>
  </author>
  <url>http://github.com/kballard/textmate-bundles/commit/a29070b883dfe4ece0da326a106fd669d4165077</url>
  <id>a29070b883dfe4ece0da326a106fd669d4165077</id>
  <committed-date>2009-01-04T11:27:02-08:00</committed-date>
  <authored-date>2009-01-04T11:27:02-08:00</authored-date>
  <message>Adding encoding comments to the Bundles directory where needed.  Patch from Dave Thomas.

git-svn-id: http://svn.textmate.org/trunk@11072 dfb7d73b-c2ec-0310-8fea-fb051d288c6d</message>
  <tree>593c2c3442313183748b874aeb692d097322c6e7</tree>
  <committer>
    <name>JEG2</name>
    <email>JEG2@dfb7d73b-c2ec-0310-8fea-fb051d288c6d</email>
  </committer>
</commit>
