Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Note that it will most likely only work properly on linux. > (I use wchar_t in a couple of places and that changes size on > windows, also I use iconv quite heavily for the moment.)
I've been watching your progress on cvslog; I like the way it's looking. All those ucs2_to_ucs4, utf8_to_ucs4 methods are extremely intuitive. However, I note that: 1 They don't conform to your naming convention. I find this especially funny after the the hard time you gave Abdel about this ;-) 2 The code itself in many of these functions reinvents the wheel. It would be nice if ucs2_to_ucs4 et al were just iconv wrappers. Which brings me to your second point: what's wrong with using iconv quite heavily? Angus