ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
From: yamamoto@sohey•com
To: ruby-dev@ruby-lang.org
Subject: [ruby-dev:48879] [Ruby trunk - Bug #10889] [Open] rdocでのスクリプトエンコーディングの挙動が違う
Date: Mon, 23 Feb 2015 07:41:20 +0000	[thread overview]
Message-ID: <redmine.issue-10889.20150223074119.e739986cda54fa3d@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-10889.20150223074119@ruby-lang.org

Issue #10889 has been reported by Sohey Yamamoto.

----------------------------------------
Bug #10889: rdocでのスクリプトエンコーディングの挙動が違う
https://bugs.ruby-lang.org/issues/10889

* Author: Sohey Yamamoto
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.0.0p598 (2014-11-13) [i386-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
以下のような、マジックコメントの前に文字があるスタイルでスクリプトエンコーディングを指定した場合、
rubyスクリプトとしては正常に認識されますが、rdocでは認識されません。


~~~
#========== -*- coding: utf-8 -*-
# test
#================================
p __ENCODING__
# テスト
def test_method
  puts 'テスト'
end

test_method
~~~

実行結果

~~~
[d:\tmp] ruby test.rb
#<Encoding:UTF-8>
テスト
[d:\tmp] rdoc -v
4.2.0
[d:\tmp] rdoc test.rb
Parsing sources...
100% [ 1/ 1]  test.rb

No newer files.

  Files:      1

  Classes:    0 (0 undocumented)
  Modules:    0 (0 undocumented)
  Constants:  0 (0 undocumented)
  Attributes: 0 (0 undocumented)
  Methods:    0 (0 undocumented)

  Total:      0 (0 undocumented)
    0.00% documented

  Elapsed: 0.0s

[d:\tmp]
~~~

余分な文字を入れない場合は正しく認識されます。

~~~
# -*- coding: utf-8 -*-
~~~




-- 
https://bugs.ruby-lang.org/

       reply	other threads:[~2015-02-23  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-10889.20150223074119@ruby-lang.org>
2015-02-23  7:41 ` yamamoto [this message]
2019-07-23 15:21 ` [ruby-dev:50817] [Ruby master Bug#10889] rdocでのスクリプトエンコーディングの挙動が違う merch-redmine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.issue-10889.20150223074119.e739986cda54fa3d@ruby-lang.org \
    --to=ruby-dev@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).