dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

crashes with UTFException #56

Closed WebFreak001 closed 7 years ago

WebFreak001 commented 7 years ago
D> import std.net.curl;
std
D> get("https://google.com")
std.utf.UTFException@/usr/include/dlang/dmd/std/utf.d(1219): Invalid UTF-8 sequence (at index 1)
MartinNowak commented 7 years ago

Works for me, any more information on your platform, curl library, etc. Does it fail repeatedly?

WebFreak001 commented 7 years ago

hm now it seems fixed, might have been something with the BOM