Re: kernel support for non-english user messages

From: Chuck Ebbert (76306.1226@compuserve.com)
Date: Thu Apr 10 2003 - 18:23:50 EST


>>>> "%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/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:22 EST