https://bz.apache.org/bugzilla/show_bug.cgi?id=57757
Bug ID: 57757
Summary: extern apr_xlate_t *ap_locale_to_ascii variable giving
me error while compiling
Product: Apache httpd-2
Version: 2.2.10
Hardware: PC
OS: other
Status: NEW
Severity: critical
Priority: P2
Component: support
Assignee: [email protected]
Reporter: [email protected]
I am using mod_xslt.c file which was compatible with apache version 2.0
after upgrading the version from 2.0 to 2.2 i am not able to use
extern apr_xlate_t *ap_locale_to_ascii variable.
AS these variable is being used in the following methods,
error = apr_xlate_conv_buffer(
ap_locale_to_ascii,
data,
&inbytes_left,
buf,
&outbytes_left);
error = apr_xlate_conv_buffer(ap_locale_to_ascii, NULL, NULL,
buf + sizeof(buf) - outbytes_left - 1,
&outbytes_left);
So i am not able to compile the code.
extern apr_xlate_t *ap_locale_to_ascii is deprecated.
Can you please provide the alternative to this?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]