- > FWIW I get similar results trying to use single byte high ascii values in > your scriptlets where you have dbcs. e.g., copyright symbol © > > Don't know if these problem are somehow related to documented limitations on > variable names (which can only have alphanumerics and underscores).
My suspicion is it happens when PowerPro is processing strings one char at a time and inadvertently serparate a lead byte from its following. For example, in writing the ini file, PowerPro does one byte at a time to do translations of \r and other hex characters. I'm afraid I am not interested in trying to fix these at this time.
