C concerts HEX value from emacs into the incorrect value
- by hatorade
in a file, i have used m-x ucs-insert to insert a hex character 9e. however, when this is read in by the C program, 9e is becoming 0x9ec2. Where is this c2 coming from and how do i get rid of it??