Thread: problems in finding unicode values

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    1

    problems in finding unicode values

    Guys help me out...
    how to write a programe in c to get unicode values for a given tamil text file??

    Txs in advance..
    shiva

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Same way as you'd read information from any other file
    - open it
    - read bytes, and assemble into meaningful data values
    - close file

    http://netadmintools.com/html/3fgetwc.man.html
    Or maybe not, there are after all several ways of encoding unicode inside a file.
    http://en.wikipedia.org/wiki/Compari...code_encodings

    I'm assuming your use of 'tamil' is in this context
    http://en.wikipedia.org/wiki/Tamil_language
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with project
    By chrisa777 in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2006, 05:01 PM
  2. Unicode problems
    By mrafcho001 in forum Windows Programming
    Replies: 1
    Last Post: 03-30-2006, 07:39 PM
  3. problems finding the average of an array column
    By mrgeoff in forum C Programming
    Replies: 4
    Last Post: 04-18-2005, 11:49 PM
  4. Finding the smallest value......HARD!!!
    By AssistMe in forum C Programming
    Replies: 21
    Last Post: 03-10-2005, 06:23 AM
  5. Unicode - a lot of confusion...
    By Jumper in forum Windows Programming
    Replies: 11
    Last Post: 07-05-2004, 07:59 AM