Ticket #26787

open プラグマの概要

오픈 날짜: 2011-11-23 13:25 마지막 업데이트: 2023-08-11 20:46

Reporter:
소유자:
(None)
Status:
Closed
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

open プラグマの概要の以下の部分ですが、

以下のものは
      use open ':encoding(utf8)';
      use open IO => ':encoding(utf8)';
以下のものおよび
      use open ':locale';
      use open IO => ':locale';
以下のものと等価です
      use open ':encoding(iso-8859-7)';
      use open IO => ':encoding(iso-8859-7)';

意味的に正しくは例えば以下のようになると思われます:

以下の2行は等価です:
      use open ':encoding(utf8)';
      use open IO => ':encoding(utf8)';
同様に、以下の2行
      use open ':locale';
      use open IO => ':locale';
や以下の2行
      use open ':encoding(iso-8859-7)';
      use open IO => ':encoding(iso-8859-7)';
も等価です。

Ticket History (3/3 Histories)

2011-11-23 13:25 Updated by: tzccinct
  • New Ticket "open プラグマの概要" created
2012-07-28 17:17 Updated by: ktats
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2012-07-28 17:17
댓글 올리기

大変遅くなりましたが、修正いたしました。 ご報告有難うございます。

2023-08-11 20:46 Updated by: argrath
  • Type Update from Bugs to 誤訳・誤字・脱字等

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login