Closed
Description
fn main() {
println!("Hello, 世界!");
}
On win95, as long as unicows.dll is included, it will output unicode characters, but the program will end up in panic.
On WinXP, the same program will not panic.
But XP has other unicode problems.
If the "non-unicode profile" is English, then the unicode character becomes "??", which does not automatically fallback to the corresponding font. And I think this may be a problem with the WinXP cmd itself.