bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libgettextpo: Ability to parse a string


From: Bruno Haible
Subject: Re: libgettextpo: Ability to parse a string
Date: Fri, 19 Oct 2007 02:57:30 +0200
User-agent: KMail/1.5.4

Dwayne Bailey wrote:
> {I raised these on translation-i18n but am sending them here for more
> formal reporting.}

Thanks; you know I have been a bit inactive on translation-i18n in the last
few months.

> Currently you can only parse files read from stdin or from the file
> system.  Our code mostly pushes string representations of files around.
> It would be nice to have read and write methods that accept and output
> strings in addition to the file based functions.  Our current work
> around is to output to a temporary file, I haven't measured what kind of
> overhead this is causing.

Such read and write methods from/to memory buffers are implementable.

But I'm wondering: Why do you have the string representation of the file
in memory at all? Which operations are easier to perform with a long string
than with a po_file_t?

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]