[Lazarus] Patch for drawing the designer grid in Windows Vista Classic mode

Kostas Michalopoulos badsector at slashstone.com
Mon Feb 23 08:07:35 CET 2009


Thank you!

On Sun, Feb 22, 2009 at 7:56 PM, Mattias Gaertner <nc-gaertnma at netcologne.de
> wrote:

> On Sun, 22 Feb 2009 17:49:01 +0200
> Reenen Laurie <rlaurie at gmail.com> wrote:
>
> > This solution worked...
> >
> >  s := stringReplace(s,chr(148),'"',[rfReplaceAll, rfIgnoreCase]);
> >  s := stringReplace(s,chr(147),'"',[rfReplaceAll, rfIgnoreCase]);
> >  s := stringReplace(s,chr(150),'--',[rfReplaceAll, rfIgnoreCase]);
> >  s := stringReplace(s,chr(146),'''',[rfReplaceAll, rfIgnoreCase]);
> >
> > However this car is also giving me issues: é
> > There is not "equivalent"... only e...
> > Or is that é and alt 130 (é) different?
> >
> > But this must be a problem that's happened a lot before?  Not so?
>
> The LCL unit lconvencoding contains a function to convert CP1250 to
> UTF8:
> CP1250ToUTF8
>
>
> Mattias
>
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
o__
,_.>/ _
(_)_\(_)_______
...speed is good
_______________
I believe five out of four people have a problem with fractions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20090222/b4167a7e/attachment-0007.html>


More information about the Lazarus mailing list