This produces only spaces and does not terminate. ``` rust fn main() { println!("{:2}", "☃") } ``` Output (lots of spaces) ``` shell ☃ ^C ``` I guess that the counting of the padding is incorrect when dealing double with unicode characters. I run OSX 10.10 Beta x86_64