<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : BUG: Can&#039;t open filenames with ASCII&gt;127</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : General Discussion : BUG: Can&#039;t open filenames with ASCII&gt;127]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:42:08 +0000</pubDate>
  <lastBuildDate>Thu, 22 Apr 2010 18:50:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1395</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 : Hi Didi!Unicode or (only) german...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6422.html#6422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 22 Apr 10 at 6:50PM<br /><br />Hi Didi!<br><br>Unicode or (only) german umlauts... anyway... with the utf-convertion <br>you'll get it to work if there are umlauts. I had the same problem.<br>I've done it like this:<br>// . . .<br>function DoAnything(const FName: PChar): LongInt; stdcall;<br>// . . .<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fexist := QP.LoadFromFile(FName);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( fexist = 0 ) then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fexist := QP.LoadFromFile(Pchar( AnsiToUtf8(FName) ));<br>// . . .<br><br>Cheers, Ingo<br><br><br>]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 18:50:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6422.html#6422</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 :   Rowan wrote:Unicode file names...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6421.html#6421</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1278">Didi</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 22 Apr 10 at 2:06PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Rowan" alt="Originally posted by Rowan" style="vertical-align: text-bottom;" /> <strong>Rowan wrote:</strong><br /><br /><FONT size=3 face="arial, helvetica, clean, sans-serif" ="Apple-style-span"><SPAN style="LINE-HEIGHT: 18px; BORDER-COLLAPSE: collapse; FONT-SIZE: 13px" ="Apple-style-span">Unicode file names are supported, but for the Delphi and DLL editions of the library you will need to encode using UTF-8. This isn't necessary for the ActiveX edition as COM\ActiveX already uses 16-bit strings...</SPAN></FONT></td></tr></table> <DIV>But&nbsp;the problem isn't 8 or 16 Bit, it's 7 or 8 Bit. In non-english ,European languages characters in filenames like Ä,Ö,Ü and so on, are as usual&nbsp;as &nbsp;A,E,O.</DIV><DIV>That's &nbsp;ASCII, no Unicode.</DIV>]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 14:06:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6421.html#6421</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 : So i&amp;#039;ve learned something,...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6329.html#6329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 31 Mar 10 at 7:11PM<br /><br />So i've learned something, too ;-)<br>Thanks Jan, thanks Rowan!<br><br>]]>
   </description>
   <pubDate>Wed, 31 Mar 2010 19:11:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6329.html#6329</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 : Unicode file names are supported,...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6328.html#6328</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 31 Mar 10 at 6:43PM<br /><br /><font ="Apple-style-span" face="arial, helvetica, clean, sans-serif" size="3"><span ="Apple-style-span" style="border-collapse: collapse; font-size: 13px; line-height: 18px;">Unicode file names are supported, but for the Delphi and DLL editions of the library you will need to encode using UTF-8. This isn't necessary for the ActiveX edition as COM\ActiveX already uses 16-bit strings...</span></font>]]>
   </description>
   <pubDate>Wed, 31 Mar 2010 18:43:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6328.html#6328</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 : Hi Didi!In Delphi 7 I could get...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6327.html#6327</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=117">JanN</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 31 Mar 10 at 3:03PM<br /><br />Hi Didi!<br><br>In Delphi 7 I could get around this issue using:<br><br>PDFLoadFromFile(0, Pchar( AnsiToUtf8(FileName) ));<br>]]>
   </description>
   <pubDate>Wed, 31 Mar 2010 15:03:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6327.html#6327</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 :  Hi Didi!Yes... for me, too.I&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6325.html#6325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 31 Mar 10 at 11:00AM<br /><br />Hi Didi!<br><br>Yes... for me, too.<br>I've never had such case 'cause really unusual using umlauts.<br>You should post on the official support-pages ... not here 'cause here're only users.<br><br>Cheers, Ingo<br>&nbsp;<br><span style="font-size:10px"><br /><br />Edited by Ingo - 31 Mar 10 at 11:00AM</span>]]>
   </description>
   <pubDate>Wed, 31 Mar 2010 11:00:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6325.html#6325</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Can&#039;t open filenames with ASCII&gt;127 : It seems to me, QuickPDF can&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6323.html#6323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1278">Didi</a><br /><strong>Subject:</strong> 1395<br /><strong>Posted:</strong> 31 Mar 10 at 8:07AM<br /><br />It seems to&nbsp; me, QuickPDF can't open files with german Umlaut, like "zubehör.pdf".<DIV></DIV>Does anyone know about that topic?<DIV></DIV>]]>
   </description>
   <pubDate>Wed, 31 Mar 2010 08:07:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-cant-open-filenames-with-ascii127_topic1395_post6323.html#6323</guid>
  </item> 
 </channel>
</rss>