Subject: Apache API to read and write unicode characters.
Right now, for UTF-8, I am using this API
long ap_get_client_block(request_rec *r, char *buffer, int bufsiz);
This returns the char array. This is sufficient for UTF-8.
Is there any API to return data unsigned short array instead of char array. So that It will be useful to support UTF-16 as we are using IBM-ICU for unicode support. In this, unsigned short is used for storing and representing the characters.
We are working in solaris. Here unsigned short is 16 bit wide to represent 16 bit character sets.
Waiting for early reply.
Thanks and Regards
Sureshkumar Venkatachalam
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
=====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you