是否可以为 Apple News 解析 URL 中的特殊字符?

Is possible to parse specials characters in an URL for Apple News?

我有一篇文章在一个正文段落中有一个 URL,带有“[”和“[”(特殊字符)。 Apple News 在他们的文档中说你可以用 '' 解析特殊字符,但是当我添加它时,新闻预览应用程序说这是一个格式错误的 JSON 文档。如果我将 URL 保留原样,错误将变为无效的 URL。有可能解决这个问题吗?

Apple 新闻文档 => https://developer.apple.com/documentation/apple_news/apple_news_format/components/using_html_with_apple_news_format

Error: "URL" was "http://www.example.letter[1].pdf" should be valid URL with one of ["http","https","#","webcal","stocks","action"] scheme(s)
document.components[3].additions[0].URL

Error

只对不接受的字符进行编码,例如:'[' = '%5B'