[Trac-tickets] Re: [The Trac Project] #3467: Problem with Umlaut-letters (ä, ö, ü) within a code-block within a rst-Text
The Trac Project
noreply at edgewall.com
Tue Jul 25 10:02:12 CDT 2006
#3467: Problem with Umlaut-letters (ä, ö, ü) within a code-block within a rst-Text
------------------------------+---------------------------------------------
Reporter: v.errath at bcom.at | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone:
Component: wiki | Version: 0.9.6
Severity: normal | Resolution: worksforme
Keywords: |
------------------------------+---------------------------------------------
Changes (by cboos):
* status: new => closed
* resolution: => worksforme
Comment:
Well, here it seems to work, so maybe upgrading to 0.10 would be a
solution.
{{{
{{{
#!rst
Text
.. code-block:: python
import os.path # Hé, ça marche...
print "unmöglich"
Further text
}}}
}}}
----
Renders as:
{{{
#!rst
Text
.. code-block:: python
import os.path # Hé, ça marche...
print "unmöglich"
Further text
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3467#comment:2>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list