ada-url/ada

Add support for non-UTF-8 inputs

Open

#77 opened on Jan 20, 2023

 (4 comments) (1 reaction) (0 assignees)C++ (134 forks)github user discovery
good first issuespecification issue

Repository metrics

Stars
 (1,821 stars)
PR merge metrics
 (Avg merge 3d 1h) (34 merged PRs in 30d)

Description

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

Contributor guide