> "\xAA".split ''
That works on a platform where my platform is UTF-32, but not one where it is UTF-8.
> "\xAA".split ''
That works on a platform where my platform is UTF-32, but not one where it is UTF-8.