re: Using Indian languages and working with them using C API()

2004-03-16 Thread Karam Chand
Thanks for your help. I am no seasoned C programmer so looking into the source code is out of question. I am having RichControl in my application that returs text in Unicode data. So if a user has entered Hindi text in the text control i have to add them in a table. For that I will be using C API

re: Using Indian languages and working with them using C API()

2004-03-15 Thread Jeremy March
> Can somebody give me pointers how to store and > retrieve data in Hindi using MySQL C API and MySQL in > general. Since alll the hindi text will be in unicode > format and C API uses char* parameter how do I > interface between my Hindi text data and C API. DO I > convert them to some other forma

Using Indian languages and working with them using C API()

2004-03-15 Thread Karam Chand
Hello, I have a project where I need to develop a database product with working handling languages like hindi etc. The application will be written in Win32 API so I will be using MySQL C API(). Can somebody give me pointers how to store and retrieve data in Hindi using MySQL C API and MySQL in g