Open
Description
>> b: read http://www.google.com
== #{
3C21646F63747970652068746D6C3E3C68746D6C206974656D73636F70653D22
22206974656D747970653D22687474703A2F2F736368656D612E6F72672F5765
...
>> x: copy/part at b 7912 5
== #{476CFC636B}
>> to text! copy/part x 1
== "G"
>> to text! copy/part x 2
== "Gl"
>> to text! copy/part x 3
** Internal Error: invalid UTF-8 byte sequence found during decoding
** Where: to console
** Near: [... copy/part x 3 ~~]
** Line: 1
>> to text! at x 4
== "ck"
>> copy/part at x 3 1
== #{FC}
If opened in the Firefox view source window the text is: Glück
Metadata
Metadata
Assignees
Labels
No labels