> I've already written a UTF-8 to 16 bit Unicode converter for > another project, so I guess I'll take that and drive an if to pass through > ASCII and a switch case to handle CP1252 above 0x7f. A lot of the codes > line up, but several don't. > Exactly 32 don't and they are all in one continuous block (0x80 to 0x9F) so a small table for that block might be another option to consider. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist