ada-url/ada

Add support for non-UTF-8 inputs

开放

#77 创建于 2023年1月20日

 (4 条评论) (1 个反应) (0 位负责人)C++ (134 个派生)github user discovery
good first issuespecification issue

仓库指标

星标
 (1,821 个星标)
PR 合并指标
 (平均合并 3天 1小时) (30 天内合并 34 个 PR)

描述

The entire code base assumes UTF-8. To support UTF-16, we simply need to transcode (easy!).

贡献者指南