add magic encoding comments to all ruby source files

This commit is contained in:
Laurent Sansonetti
2014-03-05 12:20:20 +01:00
parent 0bef56f493
commit f29d89f89a
230 changed files with 465 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
#
# $Id: core.rb 25189 2009-10-02 12:04:37Z akr $
#

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
#
# $Id: filter.rb 25189 2009-10-02 12:04:37Z akr $
#

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
#
# $Id: lexer.rb 25189 2009-10-02 12:04:37Z akr $
#

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
#
# $Id: sexp.rb 25189 2009-10-02 12:04:37Z akr $
#