1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix encoding spec

"UTF-8" is invalid encoding name in Emacs, use "utf-8" instead.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-07-25 07:55:58 +00:00
parent ad989e5521
commit 861b7d781e
4 changed files with 2 additions and 5 deletions

View file

@ -68,7 +68,7 @@ require "cgi/util"
# a magic comment, however, it returns a string in the encoding specified
# by the magic comment.
#
# # -*- coding: UTF-8 -*-
# # -*- coding: utf-8 -*-
# require 'erb'
#
# template = ERB.new <<EOF

View file

@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
require 'test/unit'
require 'erb'

View file

@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
require_relative 'helper'
require 'tmpdir'

View file

@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
require 'rubygems/test_case'
require 'pathname'
require 'stringio'