Lots of good answers, but to point out the obvious:
If you use only ASCII characters in a C string literal, and you are on an ASCII-based system (not
EBCDIC etc.), your string literals will have those characters encoded into bytes according to ASCII.
markus
- doubt Deepak Chand Rathore
- Re: doubt Philippe Verdy
- Re: doubt John Cowan
- [OT] ASCII support in C/C++ (was: doubt) Philippe Verdy
- Re: [OT] ASCII support in C/C++ (was... Clark Cox
- Re: [OT] ASCII support in C/C++... Philippe Verdy
- Re: [OT] ASCII support in C... Clark Cox
- Re: [OT] ASCII support in C... Hallvard B Furuseth
- Re: [OT] ASCII support ... Philippe Verdy
- Re: [OT] ASCII support ... Clark Cox
- Markus Scherer

