Re: [xml] UTF8Toisolat1() usage
- From: Geert Kloosterman <geertk ai rug nl>
- To: xml gnome org
- Subject: Re: [xml] UTF8Toisolat1() usage
- Date: Tue, 4 Jun 2002 19:47:01 +0200
"Christophe" == Christophe Bourez <chrisbee xml swing be> writes:
> ----- Original Message -----
> From: \"Geert Kloosterman\" <geertk ai rug nl>
> To: <xml gnome org>
> Sent: Monday, June 03, 2002 4:09 PM
> Subject: [xml] UTF8Toisolat1() usage
>> Hi all,
>>
>> How can I convert the result from xmlNodeListGetString() to
>> iso-8859-1?
>>
>> I think I have to use UTF8Toisolat1(), but it isn't exactly clear to
>> me how to use the function with respect to memory allocation. Do I
>> need to supply a buffer that's large enough myself, or does the
>> function allocate it for me?
> You can deduce the answer from the function prototype. If the
> function allocates memory for you, you need to know the address
> of the allocated buffer. Thus the function should take an
> address to pointer (or a pointer to a pointer) where to put the
> address of the new allocated buffer. Since the function takes a
> pointer to the memory (by value), the pointer cannot be changed
> by the function, and, logically, you must pre-allocate the
> buffer.
> Hope this explanation is clear and helps,
Yes, it is clear and helps. Thanks.
Geert
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]