Umlauts part 4: I could not have forseen this while I was testing my new site design locally, since the browser was pulling from my local files and encoding doesn't matter at that level. So now I'm at a crossroads. I can't just display raw text files, they need to be part of a HTML document. How to go about this... Make each vignette its own file? Wrap all of my writing into my main page?
Hmm. Don't know there's a solution that won't involve at least a little work to set up. Either you'll need to move the text itself onto an HTML page, or get something (like Javascript) to do it for you.
Hmm. Don't know there's a solution that won't involve at least a little work to set up. Either you'll need to move the text itself onto an HTML page, or get something (like Javascript) to do it for you.