8000 Internal Error: invalid UTF-8 byte sequence found during decoding - on ü · Issue #1047 · metaeducation/ren-c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Internal Error: invalid UTF-8 byte sequence found during decoding - on ü #1047
Open
@IngoHohmann

Description

@IngoHohmann
>> 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0