See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: ASCII

  1. #11
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: ASCII

    Quote Originally Posted by aaronic_abacus View Post
    Ok I wrote a autolisp program to step through each of the extended ascii characters spread sheet and give me the character code.
    Attached is the result.
    The link for the Alt+ codes in my previous post included 0128 through 0255 as well as those shown at https://theasciicode.com.ar/.
    Alt+0215 for × multiplication sign is probably the one I use most in AutoCAD.

  2. #12
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    559
    Login to Give a bone
    0

    Default Re: ASCII

    Why did you not just use Windows Fonts as I posted and you can look inside every font on your PC.

    It does not take much to work out the number.

  3. #13
    I could stop if I wanted to
    Join Date
    2006-04
    Posts
    466
    Login to Give a bone
    0

    Default Re: ASCII

    Thanks guys for your expertise and knowledge!

    Here's the letters isolated attached.
    Attached Files Attached Files

  4. #14
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    1

    Default Re: ASCII

    For quick reference I added these macros to my custom Annotation panel.
    Character Map
    Code:
    ^C^C^P(progn(startapp "Charmap.exe")(princ))
    Image attached: Charmap32.png

    WinFonts which opens the Windows Font folder in any version of Windows:
    Code:
    ^C^C^P(LM:Open 20)
    which requires Lee Mac's http://lee-mac.com/open.html to be loaded.
    Image attached: OceanBlueFonts32.png
    Attached Images Attached Images

  5. #15
    I could stop if I wanted to
    Join Date
    2006-04
    Posts
    466
    Login to Give a bone
    0

    Default Re: ASCII

    The first time i wrote code to write code

    well i've sucessfully integrated 58 new extended ascii charaters to my AI program.
    I only used characters labeled "letter".
    hope i didn't miss anything important

    my program builds words letter by letter

    hoping this will bridge the linguistic gap
    Attached Files Attached Files
    Last edited by aaronic_abacus; 2021-02-10 at 02:03 AM.

  6. #16
    I could stop if I wanted to
    Join Date
    2006-04
    Posts
    466
    Login to Give a bone
    0

    Default Re: ASCII

    my AI is now using english, spanish, french, german, and italian
    to be published soon.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. 2014: Import ASCII (.ASC) file
    By tim_newsome in forum AutoCAD Civil 3D - Surfaces
    Replies: 4
    Last Post: 2014-02-25, 01:13 PM
  2. ASCII results
    By dratsiox in forum Robot Structural Analysis
    Replies: 1
    Last Post: 2011-04-11, 02:32 PM
  3. ASCII Reports
    By civil3d.wishlist1941 in forum Civil 3D Wish List
    Replies: 9
    Last Post: 2008-11-14, 06:01 PM
  4. ASCII Formating
    By tommy.huckabee in forum AutoCAD Wish List
    Replies: 6
    Last Post: 2005-04-05, 12:29 PM
  5. ASCII Keyboard Macro??
    By jeanchile78742 in forum AutoCAD Customization
    Replies: 2
    Last Post: 2005-02-18, 10:16 PM

Posting Permissions

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