fix encoding descriptions in magic comments

This commit is contained in:
ser1zw 2013-03-03 06:08:54 +09:00
parent 4ccba904cc
commit ecc64b89ca
51 changed files with 51 additions and 51 deletions

View File

@ -1,4 +1,4 @@
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'rubygems'
require './lib/opencv/psyched_yaml'
require 'hoe'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
# Alpha blending sample with GUI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
# A Demo Ruby/OpenCV Implementation of SURF
# See https://code.ros.org/trac/opencv/browser/tags/2.3.1/opencv/samples/c/find_obj.cpp

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
# A sample of matching SURF feature points using kd-tree
# See http://tech.groups.yahoo.com/group/OpenCV/message/62318

View File

@ -1,4 +1,4 @@
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
# Psych loader for avoiding loading problem
# (borrowed from Bundler 1.1.rc.7 https://github.com/carlhuda/bundler/blob/v1.1.rc.7/lib/bundler/psyched_yaml.rb )
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'digest/md5'
require 'opencv'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
src_testdir = File.dirname(File.expand_path(__FILE__))

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'digest/md5'
require 'opencv'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
require 'test/unit'
require 'opencv'
require File.expand_path(File.dirname(__FILE__)) + '/helper'