Feature #235
default charset of rdoc
| Status: | Closed | Start date: | 07/08/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 12/24/2008 | |
| Assignee: | % Done: | 0% |
||
| Category: | M17N | |||
| Target version: | 1.9.1 Release Candidate |
Description
I think that default charset of rdoc should be 'utf-8'. The current default 'iso-8859-1' is not useful, because it can not include characters in Japanese and/or other languages, and not supported by ruby(1.8.x) interpreter.
Related issues
History
Updated by duerst (Martin Dürst) almost 4 years ago
Not sure sending this directly to this list is the right thing to do, but I fully agree. Regards, Martin. At 20:36 08/07/08, Kazuhiro NISHIYAMA wrote: >Issue #235 has been reported by Kazuhiro NISHIYAMA. > >---------------------------------------- >Feature #235: default charset of rdoc >http://redmine.ruby-lang.org/issues/show/235 > >Author: Kazuhiro NISHIYAMA >Status: Open >Priority: Normal >Assigned to: >Category: >Target version: > > >I think that default charset of rdoc should be 'utf-8'. >The current default 'iso-8859-1' is not useful, because it can not include >characters in Japanese and/or other languages, and not supported by >ruby(1.8.x) interpreter. > > >---------------------------------------- >You have received this notification because you have either subscribed to >it, or are involved in it. >To change your notification preferences, please click here: >http://redmine.ruby-lang.org/my/account #-#-# Martin J. Du"rst, Assoc. Professor, Aoyama Gakuin University #-#-# http://www.sw.it.aoyama.ac.jp mailto:duerst@it.aoyama.ac.jp
Updated by naruse (Yui NARUSE) almost 4 years ago
Ruby M17N 的には、デフォルトはUS-ASCIIで、magic commentを書いてくださいですかね。 rdocって今メンテナどなたなんだろう。
Updated by ko1 (Koichi Sasada) almost 4 years ago
Who's task? Kazuhiro NISHIYAMA wrote: > Issue #235 has been reported by Kazuhiro NISHIYAMA. > > ---------------------------------------- > Feature #235: default charset of rdoc > http://redmine.ruby-lang.org/issues/show/235 > > Author: Kazuhiro NISHIYAMA > Status: Open > Priority: Normal > Assigned to: > Category: > Target version: > > > I think that default charset of rdoc should be 'utf-8'. > The current default 'iso-8859-1' is not useful, because it can not include characters in Japanese and/or other languages, and not supported by ruby(1.8.x) interpreter. > > > ---------------------------------------- > You have received this notification because you have either subscribed to it, or are involved in it. > To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account > -- // SASADA Koichi at atdot dot net
Updated by drbrain (Eric Hodel) almost 4 years ago
- Assignee set to drbrain (Eric Hodel)
Updated by naruse (Yui NARUSE) almost 4 years ago
- Category set to M17N
- Assignee deleted (
drbrain (Eric Hodel))
Sorry, I wrote last message in Japanese, Spec should be following, * the default encoding of rdoc should be US-ASCII (as the default of source encoding) * rdoc should recognize magic comment and use it as the encoding of the document. * if conflict encoding because of partial document or something, raise Exception.
Updated by naruse (Yui NARUSE) almost 4 years ago
- Assignee set to drbrain (Eric Hodel)
Updated by duerst (Martin Dürst) almost 4 years ago
I agree with Yui for the input encoding. The default for output should be UTF-8, however. An exception should be raised if the actual encoding and the declared encoding on input don't agree. An exception should not be raised if data from two or more input documents in different encodings is combined.
Updated by yugui (Yuki Sonoda) over 3 years ago
There are two more tasks. * An exception should be raised? (I think it should) * Who does this do? Naruse?
Updated by naruse (Yui NARUSE) over 3 years ago
- Assignee changed from drbrain (Eric Hodel) to naruse (Yui NARUSE)
- An exception should be raised? (I think it should)
of course, the exception is maybe Encoding::IllegalByteSequence * Who does this do? Naruse? i do.
Updated by drbrain (Eric Hodel) over 3 years ago
Default output encoding of RDoc is UTF-8 now (soon to be committed to trunk). Unfortunately no conversion to UTF-8 is currently performed. I lack experience to do this properly.
Updated by yugui (Yuki Sonoda) over 3 years ago
- Target version set to 1.9.0-5
Updated by yugui (Yuki Sonoda) over 3 years ago
- Target version changed from 1.9.0-5 to 1.9.1 Release Candidate
Updated by yugui (Yuki Sonoda) over 3 years ago
- Due date set to 12/24/2008
Updated by yugui (Yuki Sonoda) over 3 years ago
- Status changed from Open to Closed
I created a new issue for encoding conversion in RDoc. (Feature #928)