Thread: Converting text to PDU format

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    2

    Question Converting text to PDU format

    hi there,

    I would like to ask whether is it possible to write a program to convert text to PDU format in C language? If is able to, how should i go about starting it??

    Would also appreciate if you guys could give me some useful url for references.

    Thank you.

    rgds,
    skye

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    What's a PDU file? What file format? I'm sure it can be done, the key is finding out what format the file is, and what values it expects. I looked at Wotsit and didn't find anything on it. You may want to poke around there.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    2
    Hi Quzah,
    Thanks for your prompt reply! Appreciate you help.
    PDU is used for SMS purpose. As the server won't understand pure text messages so have to convert to PDU format.

    Regards,
    skye

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    You should try a search at google, and see what you can turn up.

    Possibly here.
    Or perhaps here.

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to use FTP?
    By maxorator in forum C++ Programming
    Replies: 8
    Last Post: 11-04-2005, 03:17 PM
  2. Reading text in an Image format
    By loko in forum C Programming
    Replies: 0
    Last Post: 09-29-2005, 06:38 PM
  3. Removing text between /* */ in a file
    By 0rion in forum C Programming
    Replies: 2
    Last Post: 04-05-2004, 08:54 AM
  4. Replies: 1
    Last Post: 07-13-2002, 05:45 PM
  5. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM