Menu

#4 french accent with vb.doc (commandine.exe)

open
None
5
2005-09-27
2005-08-23
Anonymous
No

Hi,

I can not get accent in the xml files extract with the
commandline.exe program.

examples:

GOOD

<remarks>
Caractéristiques de la classe : <br />
- Interne ("Friend") <br />
- Concrčte (instanciable) <br />
- Redéfinissable (non-scellée : une classe peut en ętre
dérivée)
</remarks>

BAD:

<remarks>
Caractristiques de la classe : <br></br>
- Interne ("Friend") <br></br>
- Concrte (instanciable) <br></br>
- Redfinissable (non-scelle : une classe peut en tre
drive)
</remarks>

thx for your support,
mario.drouin@ccq.org

Discussion

  • Markus Palme

    Markus Palme - 2005-09-27

    Logged In: YES
    user_id=560121

    Accents need to be converted to XML entities. I implemented
    some of these conversions, feel free to download the source
    and add the ones you need.

    Its about this file:

    http://cvs.sourceforge.net/viewcvs.py/vb-doc/VB.DOC/src/CommentExtractor/Common.cs?rev=1.11&view=markup

    It can be found in this directory of the source distribution:
    src/CommentExtractor/Common.cs

    I would appreciate if you send me your changes back so that
    everybody profits from your work.

    Regards
    Markus

     
  • Markus Palme

    Markus Palme - 2005-09-27
    • assigned_to: nobody --> markus_palme
     

Log in to post a comment.