<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 6, 2016 at 2:14 PM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> wrote:</div><div class="gmail_quote">[...]</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Why is this patch needed ? It should not be needed at all ?<br></blockquote><div><br></div><div>Sorry, I sent a wrong patch, please consider this new one in attachment.</div><div><br></div><div>My patch just fix wrong chars in the generated PDF, eg, before the apply it, I got:</div><div><br></div><div>...</div><div><div><font face="monospace, monospace">English: Hello, World!</font></div><div><font face="monospace, monospace">Greek: Ge?? s?? ??s</font></div><div><font face="monospace, monospace">Polish: Witaj swiecie</font></div><div><font face="monospace, monospace">Portuguese: Ol? mundo</font></div></div><div>...</div><div><br></div><div>After apply it:</div><div><br></div><div>...</div><div><div><font face="monospace, monospace">Languages: English: Hello, World!</font></div><div><font face="monospace, monospace">Greek: Γειά σου κόσμος</font></div><div><font face="monospace, monospace">Polish: Witaj świecie</font></div><div><font face="monospace, monospace">Portuguese: Olá mundo</font></div></div><div>...</div><div><br></div><div>I needed to apply it even after update my FPC to <span style="font-size:12.8px">rev. 33428.</span></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
In each case it will not be applied, since it assumes use of lazarus, and that is not acceptable in the FCL.</blockquote></div><div><br></div><div>Indeed.</div><div><br></div><div>ps. about the hints/warnings, see the compiler log below:</div><div><br></div><div><div><font face="monospace, monospace">Compile Project, Target: testfppdf.exe: Success, Warnings: 3, Hints: 4</font></div><div><font face="monospace, monospace">fppdf.pp(1049,28) Hint: Local variable "Buffer" does not seem to be initialized</font></div><div><font face="monospace, monospace">fppdf.pp(1028,3) Note: Local variable "I" not used</font></div><div><font face="monospace, monospace">fppdf.pp(3194,31) Warning: Implicit string type conversion from "AnsiString" to "WideString"</font></div><div><font face="monospace, monospace">fppdf.pp(3195,35) Warning: Implicit string type conversion from "AnsiString" to "WideString"</font></div><div><font face="monospace, monospace">fppdf.pp(808,44) Hint: Parameter "EmbeddedFontNum" not used</font></div><div><font face="monospace, monospace">fppdf.pp(808,70) Hint: Parameter "FontDef" not used</font></div><div><font face="monospace, monospace">fppdf.pp(3308,37) Warning: Implicit string type conversion with potential data loss from "WideString" to "AnsiString"</font></div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Silvio Clécio</div></div></div>
</div></div>