I'm using an Ethernet shield and the TVOut Library to display any text data from any website. The TVOut requires a const char * to display text, but the Ethernet shield returns a regular char.Is there a way I can convert the regular char to a const char * ?