阅读https://google.com不再适用于Red?

时间:2017-11-04 06:49:46

标签: red

很奇怪,阅读https://google.com一直在运作,今天它不再起作用了:

  
    

阅读https://google.com     ***访问错误:无效的UTF-8编码:#{E9206E27}

  

1 个答案:

答案 0 :(得分:1)

对于具有无效/不同utf实现的页面,这是一个长期存在的已知问题。 这可以帮助

convert-invalid: function [page] [
    collect/into [foreach c page [keep to-char c]]  clear ""
]

>> convert-invalid read/binary https://google.com
== {<!doctype html><html itemscope="" itemtype="http://schema.org/Web...