Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8906 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Make "rdoc:app" handle and generate UTF-8 documentation

Reported by: farzy Assigned to: core
Priority: normal Milestone:
Component: Railties Version: edge
Severity: normal Keywords: docs tiny
Cc:

Description

Hi,

I'm writing a Rails application in french with version 1.2.3 and was kinda disappointed to see all my commennt (written in UTF-8) handled as iso8859-1 in the final HTML documentation.

Could you please add UTF-8 support to the "doc:app" Rake task, like you did with other documentations in changeset [6881] ? Here is a one line patch.

Regards

Attachments

rails-rdoc-utf8.diff (0.6 kB) - added by farzy on 07/08/07 14:07:24.
Add UTF-8 charset to "doc:app" task

Change History

07/08/07 14:07:24 changed by farzy

  • attachment rails-rdoc-utf8.diff added.

Add UTF-8 charset to "doc:app" task

07/14/07 22:57:30 changed by lifofifo

  • summary changed from Please make "rdoc:app" handle and generate UTF-8 documentation to [PATCH[ Make "rdoc:app" handle and generate UTF-8 documentation.

07/23/07 04:18:28 changed by mpalmer

  • keywords set to docs tiny.
  • summary changed from [PATCH[ Make "rdoc:app" handle and generate UTF-8 documentation to [PATCH] Make "rdoc:app" handle and generate UTF-8 documentation.
  • version changed from 1.2.3 to edge.
  • milestone deleted.

This seems innocuous enough, and in keeping with the changes made in [6881]. +1

07/26/07 15:12:44 changed by kampers

+1, looks good.

09/21/07 23:08:43 changed by benstiglitz

+1, good for me

09/22/07 17:56:01 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [7555]) Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]