Note that C does not ensure to have special characters support in it, so in your code could be rejected. The alternative is an escape sequence of 2 to several bytes like '\241' matching the target encoding.
Note that C does not ensure to have special characters support in it, so in your code could be rejected. The alternative is an escape sequence of 2 to several bytes like '\241' matching the target encoding.