Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Non-ASCII Character Clobbering #324

Closed
wants to merge 1 commit into from

Commits on Mar 11, 2021

  1. Remove Non-ASCII Character Clobbering

    IT.TXT even explicitly mentions the ability to use characters that libxmp currently converts to periods for some reason:
    
        3) A couple of people have asked about ASCII characters > 128. I'm
           sorry - I can't let you have 'em on anywhere else except the message
           editor.
    
    Furthermore, this comment only pertains to the interface of IT.EXE and not the IT spec.  In other words, instrument names and other strings should not care about character encodings (but I will leave those fixes for other pull requests).
    Friendly authored and Friendly committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c53b123 View commit details
    Browse the repository at this point in the history