Linux development and UNICODE support !!
katiki_at_kodak.com
Date: 10/30/03
- Next message: Holger Petersen: "Re: 8ms Timer for serial port access"
- Previous message: Daniel Hofmann: "Re: 8ms Timer for serial port access"
- Next in thread: Sybren Stuvel: "Re: Linux development and UNICODE support !!"
- Reply: Sybren Stuvel: "Re: Linux development and UNICODE support !!"
- Reply: Mikko Rauhala: "Re: Linux development and UNICODE support !!"
- Reply: Nils O. Selåsdal: "Re: Linux development and UNICODE support !!"
- Reply: Andrei Voropaev: "Re: Linux development and UNICODE support !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2003 17:49:51 GMT
Hi all,
We are developing a crossplatform application that works both on Windows,
Linux, and MacOSX.
For the GUI layers we're using Qt library. Which is pretty good, since Qt
manages unicode strings automatically.
But, in the lower level layers of our application, we currently do not
manage unicode.
That may cause some problems in the future (with filenames with chinese
characters etrc..)
So, under windows there's a set of functions that handles unicode strings,
especially for input/ouput (_wopen, ...).
Therefore, I would like to know how UNICODE is managed under Linux.
Is there a UNICODE library with functions redefined with full wchar_t
strings supports?
Currently, for I/O operations (in the modules not handlecd by Qt library)
we are using open() write() read() close() functions.
But those functionq just accept classic const char * data types.
Is there a UNICODE version of those functions under linux ?
Actually, I have never been experienced with UNICODE issues before.
So, any help and suggestion will be Welcome!
Thanks to help me.
Regards,
Karim
- Next message: Holger Petersen: "Re: 8ms Timer for serial port access"
- Previous message: Daniel Hofmann: "Re: 8ms Timer for serial port access"
- Next in thread: Sybren Stuvel: "Re: Linux development and UNICODE support !!"
- Reply: Sybren Stuvel: "Re: Linux development and UNICODE support !!"
- Reply: Mikko Rauhala: "Re: Linux development and UNICODE support !!"
- Reply: Nils O. Selåsdal: "Re: Linux development and UNICODE support !!"
- Reply: Andrei Voropaev: "Re: Linux development and UNICODE support !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|