Skip to content

日本語文字列(UTF8)文字列対応 #65

@hidekuno

Description

@hidekuno

goでは評価される

PC106:src kunohi$ go run lisp_main.go 
scheme.go>  "山田太郎"
"山田太郎"
scheme.go>  (quit)

がrustではシステムエラーとなる

NPC106:elisp kunohi$ cargo run --bin lisp
   Compiling elisp v0.1.0 (/Users/kunohi/git/rust-elisp/elisp)
    Finished dev [unoptimized + debuginfo] target(s) in 5.56s
     Running `target/debug/lisp`
<rust.elisp> "山田太郎"
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:345:21
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions