Re: kernel support for non-english user messages

Chuck Ebbert (76306.1226@compuserve.com)
Thu, 10 Apr 2003 19:23:50 -0400


>>>> "%s: name %p is %d\n", "stringval", 0x4790243, 44
>[...]
>> The real problem I see is that this approach doesn't make it any
>>easier to translate the messages.
>
>If you habe the above, you could use/copy/reuse gettext() since the
>format string is used a key/hash/unique id for the translation.

If all you need is the hash of the format string, why not put that
at the end of the log message, i.e.

<severity>message<hash>

(Note this is the hash of the *format* string, not the message.)

This would be nearly-trivial to do.

--
 Chuck
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/