Enhance map->query with an escape hatch for a different encoder#23
Enhance map->query with an escape hatch for a different encoder#23iku000888 wants to merge 3 commits intocemerick:masterfrom
Conversation
|
If you're actually looking to perform URL encoding using a different character encoding, then the proper way would be for |
|
Thanks for the feedback and your time! I would like to clarify the motivation:
Would your suggestion still be the same? Thanks for your time again! |
|
@cemerick what do you think? |
Appreciate your feedback! |
Problem: Cannot use any encoding other than utf-8
Solution: Make the fn aware of a special keyword where the value is a fn used for encoding instead of the default one.