print ( string.upper("ação") ) -- returns AçãO instead of AÇÃO print ( string.upper("ĥåçýджк") ) -- returns ĥåçýджк instead of ĤÅÇÝДЖК