#3467: Problem with Umlaut-letters (ä, ö, ü) within a code-block within a 
rst-Text
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        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/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to