Thread: C Program Internationalization

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    1

    C Program Internationalization

    Hi, Gurus,

    I have a program written in C runing on Solaris 9 (ANSI). It uses a socket to listen for new data from Tcl client. There is no GUI for this program. All it does is to parse data received from the client and write it to an xml file. Now I'd like to convert the program to accommodate Japanese/Chinese characters. What I need to do for this purpose?

    Is there any reference or good tutorial on software internationalization for C (Unix)?

    Any help on this is greatly appreciated.

    bytj

  2. #2
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Did you do a web search?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM