In other, past, work, I used UNICODE for CAD so I could render all Asian languages, but it turned out they didn’t really care. In fact, UNICODE was generally poorly received. For example, Helmut really didn’t like it all all.
So I wanted to stick to ASCII, or at least eight bit clean ASCII. I used Windows-1252(Windows-1252 - Wikipedia) which did everything I needed:
- Lower case Greek Mu for micro
- Enough extra letters for all the foreseeable new SPICE devices I would likely write.
- Allowed western European languages to look normal with the extended vowels as they do expect.
- Simplifies writing new parsers for manipulating netlists, CAD, and waveform header files by 3rd parties.
–Mike