$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Mathias Gaunard: "Re: [boost] painless currying"
- Previous message: Tan, Tom (Shanghai): "[boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
- In reply to: Tan, Tom (Shanghai): "[boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
- Next in thread: Yakov Galka: "Re: [boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
On 25.08.2011 11:11, Tan, Tom (Shanghai) wrote:
> - The name TR is inspired from QT' tr() macro.
>
Qt's tr() stands for "translate" because that thing is the entry point
for Qt's localization/message catalog system. In other words, you use
tr() only for user-visible string that should get translated. That makes
it a poor inspiration for something that is concerned with encoding
conversion.
Sebastian
- Next message: Mathias Gaunard: "Re: [boost] painless currying"
- Previous message: Tan, Tom (Shanghai): "[boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
- In reply to: Tan, Tom (Shanghai): "[boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
- Next in thread: Yakov Galka: "Re: [boost] Query for interest in including a shim class converting between char*, wchar_t, string, wstring"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>