I am writing a piece of code that replaces caracters in a string and i need some help.
The problem is is that i do not know the code for ’ .. while i do know the code for '
(you have to press your nose to the screen to see the difference, but one of them is 'tilted')
the code i use is as following, and it does work in other parts of my program where i substitute other letters:
However, this character may or may not actually be assigned a value of B4 depending on whatever code page your data is using. Try it and see if it works. If it doesn't, you'll have to figure out which value that character is actually representing.
it sais deduced conflicting types for parameters 'const_tp (int and char)
it means my variabels are not in the right form, but i have nu clue. I've tried to change it, but i do not see why i can replace yyy with \' but not why i cannot replace \342\200\231 with something. i mean 3 characters(yyy) versus 3 characters must be the same result right? what is the difference? y u no work code..