[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: String conversions UTF8 <-> ISO-8859-1
At 04:52 AM 5/15/2003, Hallvard B Furuseth wrote:
>At 30 Apr I wrote:
>
>> However, how about keeping charset handling in a separate library, but
>> provide it as callbacks from the LDAP library? (...)
>
>I've looked at it a little, and it seems simple but tedious.
>I don't have time now, but I'll get to it eventually - probably this
>year - unless someone beats me to it.
Personally, I rather not add callbacks here. It is likely
more efficiently and effectively to do such transcoding directly
upon returned values by the application then via callbacks.
Kurt