LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   To know the function on checking whether a character is ascii or unicode character. (https://www.linuxquestions.org/questions/programming-9/to-know-the-function-on-checking-whether-a-character-is-ascii-or-unicode-character-698748/)

murugesan 01-20-2009 11:19 PM

To know the function on checking whether a character is ascii or unicode character.
 
From the following url
http://www.codersource.net/win32_unicode_ascii.html
The function IsTextUnicode is related to Windows VC++ library.
I would like to know the library/function which provides such facility.

paulsm4 01-21-2009 04:34 PM

Hi -

"IsTextUnicode()" is a Microsoft function that ships with the Microsoft C/C++ runtime library. You can find more about it here:

http://blogs.msdn.com/michkap/archiv...30/363308.aspx

AFAIK, there is no equivalent library function available on non-Windows platforms.

crabboy 01-23-2009 01:07 PM

Double post. Please follow discussion here:

http://www.linuxquestions.org/questi...-in-c.-698749/


All times are GMT -5. The time now is 02:30 AM.