# -*- coding: utf-8 -*-s = "2×2=4" # Note multibyte multiplication characters.encoding # => t = "2+2=4" # All characters are in the ASCII subset of UTF-8t.encoding # =>