So after reading through lots of docs for some months I finally was able to print patterns to screen, now I'm wanting to do a proper Hello World using the pattern space for text (we're talking about fixed width font for now!

So I will be able to update my ROM so that hardcoded strings can be looked up in the pattern table and print appropriately to screen, my question is; can I somehow use extended-ascii, including the alternative versions of the control characters (0x01~0x31) in my text editor (notepad++) and have them looked up correctly from the pattern table in the ROM?
I'm not too clued up on encodings. It seems when I have notepad++ set to UTF-8 encoding ☺ is possible, but in reality saves as 6 bytes (☺), since it's not the standard encoding or whatever.
I'm using SNASM68K, what does it understand? Is it able to fix this problem by using a specific argument / do I have to code some intermediary application to convert this on-the-fly before compiling / can I change some option in notepad++ / or is there no easy solution?
Reason I want to be able to do this is so that I can draw out windows/boxes and such and be able to view them as ASCII in notepad++ files rather than blocks of numbers.
Maybe I'm approaching this entirely the wrong way?
Thanks for any input
