Donate Share

VB.DOC

Tracker: Support Requests

5 french accent with vb.doc (commandine.exe) - ID: 1267145
Last Update: Comment added ( markus_palme )

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


Nobody/Anonymous ( nobody ) - 2005-08-23 14:30

5

Open

None

Markus Palme

None

None

Public


Comment ( 1 )




Date: 2005-09-27 20:40
Sender: markus_palmeProject Admin

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


Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2005-09-27 20:40 markus_palme