Coder Social home page Coder Social logo

Comments (4)

nox avatar nox commented on July 28, 2024

As @SimonSapin says in the issue you linked:

In the WHATWG specification and in the rust-url implementation of application/x-www-form-urlencoded, the keys and values are both Unicode.

This crate also follows the WHATWG spec, so this is out of scope.

from serde_urlencoded.

Hexilee avatar Hexilee commented on July 28, 2024

@nox Could you please take it into consideration again? As almost all bowsers and other HTTP clients support arbitrary bytes encoding, and there are so many HTTP servers receiving urlencoded-form with non-UTF8 string.
In many cases, if the html is sent in non-UTF8 encoding, and form has default value (non-UTF8), then the bowser have to encode it, and, scraper written in Rust also have to do.
If a PR is welcome, I can create one.

from serde_urlencoded.

Hexilee avatar Hexilee commented on July 28, 2024

I really need it, If you persist in your claim, then I have to create a fork.

from serde_urlencoded.

nox avatar nox commented on July 28, 2024

I really need it, If you persist in your claim, then I have to create a fork.

I don't appreciate your tone but you are free to fork it, not like the method you want cannot live outside of serde_urlencoded anyway.

from serde_urlencoded.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.