replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

encoding issue? #11

Closed mfikes closed 7 years ago

mfikes commented 9 years ago

"Γεια"

Results in:

\u can only be followed by a Unicode character sequence eval@[native code] file:///replete/core.js:78:59 replete$core$read_eval_print@file:///replete/core.js:89:3

venantius commented 8 years ago

I have now hit this issue. Or, perhaps more accurately, I've hit this issue using Planck, which you also wrote, which suggests a shared dependency. I have not hit this issue when using the clojurescript jar and Node.js REPL.

mfikes commented 8 years ago

Right, with Planck 1.9:

cljs.user=> "Γεια"
\u can only be followed by a Unicode character sequence
     eval (NO_SOURCE_FILE)
     cljs$js$eval_str_STAR__$_compile_loop (cljs/js.cljs:1692:16)
     cljs$js$eval_str_STAR_ (cljs/js.cljs:1714:6)
     cljs$core$IFn$_invoke$arity$5 (cljs/js.cljs:1817:30)

and Planck 1.10 (master):

cljs.user=> "Γεια"
"Γεια"

Presumably upstream. http://dev.clojure.org/jira/browse/CLJS-1573

dotemacs commented 7 years ago

Since the latest Planck is 1.17 and this issue was resolved a while back, but also entering "Γεια" does return "Γεια", can this issue be closed now?

Thanks

mfikes commented 7 years ago

Confirmed fixed in Replete.