On Monday 29 May 2006 22:21, john hilton wrote: > Today 22:21:21 > > Did this in kwrite and kate. but nothing happened
In Kate, hit "F7" for the editor command line. Type "char n" where n is a number 0..255 and it inserts the ASCII value corresponding to the number and the codeset you have selected (menu Tools->Encoding). You can also use hexadecimal numbers by prepending '0x' before the number, or octals ... use the help function for details OTOH - in a world of multiple languages and codesets, who in his right mind would still hardcode ASCII characters? Get familiar with Kate's command line - it's rather powerful and you can script almost anything you need when writing software Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
