Results 1 to 3 of 3

Thread: Create new ASCII characters

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Create new ASCII characters

    Hi,

    Is there any way to create my own ascii characters?

    i.e I would like for example to create a set of characters that can mean different words.

    i.e

    # - Hello

    Where # would be my custom ASCII character.
    I would then write a software app that could understand my custom ASCII set.

    Thanks
    He who has conquered himself, is far greater than he who has conquered a thousand men... - The Buddha

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Create new ASCII characters

    Well you could just create a table of your own character definitions and go by that. There's nothing that says how you have to do it.

    I would define all your custom characters first, say use a byte or two bytes per character, and then check each byte/two bytes of a file in this format against the definition for that value in your table.

  3. #3

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Re: Create new ASCII characters

    Thing is I need 11 million characters. Each will have its own symbol. How do I start about doing something like this?

    i.e how do I create all these symbols and give them a code?
    He who has conquered himself, is far greater than he who has conquered a thousand men... - The Buddha

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width