I have been using alot of tcls, but one main problem is always facing me which is using letters that are not latin (i use arabic). These letters are always not desplayed correctly which made the script not running well, such as trivia.( i am dying to run this script in arabic)
any suggestions? or have anyone expreinced it? plz help me
Well on mozilla it looks like arabic is set as iso-8859-6, so that's probably what you're using. One suggestion I have is to make the script read the file in binary mode (use fconfigure).