C: Setting a Char Set

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cheer
    New Member
    • Mar 2008
    • 6

    C: Setting a Char Set

    Hello,
    I need to set char set Latin 4 (ISO-8859-4) to C program, because I need some other symbols, which are not stored in ANSI-C. Could anyone help me how to deal with that
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by Cheer
    Hello,
    I need to set char set Latin 4 (ISO-8859-4) to C program, because I need some other symbols, which are not stored in ANSI-C. Could anyone help me how to deal with that
    Are u asking for unicode support?

    Raghuram

    Comment

    • Cheer
      New Member
      • Mar 2008
      • 6

      #3
      Originally posted by gpraghuram
      Are u asking for unicode support?
      Yes. I'm new to C programing either I never had such experience with any other programming languages, so I have no idea how to do that.

      Comment

      Working...