Doing what is needed for all our non-latin friends.

This commit is contained in:
Windel Bouwman
2019-03-24 13:14:38 +01:00
parent fbd0860f1b
commit d0c4fcb2fa
5 changed files with 341 additions and 288 deletions

View File

@@ -153,7 +153,7 @@ fn get_prompt(vm: &VirtualMachine, prompt_name: &str) -> String {
fn run_shell(vm: &VirtualMachine) -> PyResult {
println!(
"Welcome to the magnificent Rust Python {} interpreter",
"Welcome to the magnificent Rust Python {} interpreter \u{1f631} \u{1f596}",
crate_version!()
);
let vars = vm.ctx.new_scope();