On 2017-11-17 11:21 AM, Rich Allcorn wrote:
Go to Wikipedia and look up ASCII characters and it will give you a list of the ASCII and HEX codes for each letter/character of the alphabet, including spaces, punctuation, etc. This should help you with your coding.
In C "\n" and "\t" should be translated to the the correct code for "line feed" and "horizontal tab" One could try "\r" or a combination "\r\n" instead of "\n", but in some cases a conversion happens automatically (text mode file I/O for example) _______________________________________________ Support@pidgin.im mailing list Want to unsubscribe? Use this link: https://pidgin.im/cgi-bin/mailman/listinfo/support