Hi devs, I see in util/axutil_utils_defines.h two types in the $subject are tydefed to char. axis2_char may be useful when we support unicode. But Is there any reason for defining this axis2_byte.
And if we need to cast axis2_char_t * to char* isn't it enough to just do a pointer casting. Because in mime_output.c I see a method called axis2_char_2_byte which mallocs a new buffer of axis2_byte and cast each axis2_char character to axis2_byte and copying. I think it is a waste. Any thoughts ? Thanks, -Manjula. -- Manjula Peiris: http://manjula-peiris.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
