[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Resource changes in Tortoise.pot

From: Lübbe Onken <luebbe.tortoisesvn_at_googlemail.com>
Date: Tue, 08 Dec 2009 12:21:06 +0100

Stefan wrote,

because I wrote:
>> /flame mode on
>> Delphi doesn't require this junk :)
>> /flame mode off

Yay, flame war!!!

> Sure - if you don't know about UNICODE, you don't have to worry about
> such things :)
> (Delphi has UNICODE support only since this year, and I guess you're
> not using the latest version yet).

I'm using Delphi 7 with Unicode for several (six?) years now. OK, the
GUI controls are a Unicode enabled package derived from the standard
controls. But I can ensure you that I don't have to distinguish the
unicodeness of parameters that I pass to a (Wide)format function.

Format("%s", [ansistring]) -> fine
Format("%s", [widestring]) -> junk
WideFormat("%s", [ansistring]) -> fine
WideFormat("%s", [widestring]) -> fine

Look mum, no capital "%s" :)

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2428153
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-08 12:21:15 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.