jonas-schievink/xml-rpc-rs

Support non-UTF-8 encodings

开放

#43 创建于 2018年7月7日

 (0 条评论) (0 个反应) (0 位负责人)Rust (21 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (27 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

We're currently using xml-rs to parse XML, which only supports UTF-8 (https://github.com/netvl/xml-rs/issues/10).

To do this, either xml-rs needs to get support for other encodings or we have to switch to quick-xml which does support non-UTF-8 documents (but needs some work - it needs to be better tested and doesn't support encodings that aren't ASCII-compatible).

Note that the XML-spec mandates UTF-8 and UTF-16 support, so xml-rs is technically non-compliant (as is this crate).

贡献者指南