Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to do with double byte characters.

enter image description here

link|improve this question

feedback

1 Answer

You must change the Language property of the parent form of your CrystalReportViewer to the language you need to support (in my case, I changed it to "French (Canada)".

Visual Studio will create a language ressource file (DLL). Don't forget to distribute this file with your executable.

link|improve this answer
Sorry, I just realised that it's by changing the font size in the report that I corrected the bug. – Johanne Nov 16 '11 at 16:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.