Wizard wrote:
> Michael Maraist [mailto:[EMAIL PROTECTED]] wrote:
> > Does you idea allow for:
> > int msgid = txtToMsgid( "This feels strange\n" );
> > char *label = msgidToRes( msgid );
>
> I'm not sure that I understand your question. This is not my idea, but GNU's
> gettext tools. I, myself, am not thrilled with this implementation, and
> would suggest using some other implementation (either our own or someone
> else's).
> Grant M.
You quoted something similar to my text above and said you didn't like it. I
believe mostly because it involved reading external files, but also because of
the concept of the message-id. My statement was that there are efficient
reasons to want to use a message-id, so it should be possible to have two
api's, one with and one that's direct (which is simply a wrapper around the
former).
I realize that you were merely inciting that we should be able to develop
something, I was just commenting on performance.
-Michael