#3467: Problem with Umlaut-letters (ä, ö, ü) within a code-block within a 
rst-Text
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jonas
     Type:  defect            |      Status:  new  
 Priority:  normal            |   Milestone:       
Component:  general           |     Version:  0.9.6
 Severity:  normal            |    Keywords:       
------------------------------+---------------------------------------------
 {{{
 #!rst

 Hello

 We found out that within a rst-Text-wiki site the "code-block"
 macro has a problem with umlaut letters like 'ö', 'ä', 'ü'
 (For german language).

 A way that works is the following::

   {{{
   #!rst
      Text
   }}}
   {{{
   #!python
      Code that contains öäü
   }}}
   {{{
   #!rst
      Text
   }}}

 and so on ...

 If you try to use the ".. code-block:: python" then a python-code
 that contains 'ö', 'ü', 'ä' is not shown as highlighted Syntax.
 This section is only shown as a text-line  with content: "None"

 For example the source::

   {{{
   #!rst
   Text

   .. code-block:: python

     import os.path

   Further text

   }}}

 is shown as::

   Text

     None

   Further text

 If someone writes a lot of content (and all in rst-Text)
 this sollutions mentioned on the top can NOT be a solution
 to live with --> To complicate and time consuming.

 Do you have any hints for me?


 }}}

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3467>
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