Print Page | Close Window

Accented char

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1450
Printed Date: 20 May 24 at 3:46AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Accented char
Posted By: zaksoft
Subject: Accented char
Date Posted: 17 May 10 at 6:56PM
I use QuickPdf to fill form ( using SetFormFieldValue() ).
 
The problem arise when I use char with accent.
 
Something like 'Più è bello e più lo vorrò" become "Pi? ? bello e pi? lo vorr?"
 
I've searched with google and foun that is related to non supported UTF-8 char... noone can give me some hint ( other then replacing ù with u' )
 
TIA


-------------
Davide



Replies:
Posted By: zaksoft
Date Posted: 17 May 10 at 6:58PM
As soon as posted I've discovered that also in this forum accented char are not supported... each char where repladed with à and a second char.. nevertheless anyone faced this problem (and maybe have a solution ?)
 
Thank you again


-------------
Davide


Posted By: Ingo
Date Posted: 17 May 10 at 8:20PM
Hi Davide!

Try something like this:
 QP.LoadFromFile(Pchar( AnsiToUtf8(FName) ));

Cheers, Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk