
29 Oct
2009
29 Oct
'09
1:25 p.m.
On Oct 29, 7:44 am, "Tan, Tom (Shanghai)" <T...@husky.ca> wrote:
Please have a look and let me know what you think could be improved.
The first thing I notice is that it does not support std::wstring directly. It's a big problem in my case I use wide-character in all my applications, which simplifies dealing with UTF-16 adopted by Modern Windows platforms.
If I need to any string info from my program, I'll have to convert from UTF16(represented as std::wstring) to UTF8 so that it could be working well with LOGLITE. That's inconvenient.
Offtopic, I am expecting boost::filesystem V3 for this very same reason.
I'll have a look into that (Issue 23), thanks for the tip. JD