You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the charset is "utf-8" "utf8" is returned. If the charset is anything else (eg: "utf-16") it is returned with a dash.
Having inconsistent formatting of results is not helpful as it's hard what to know what to test against. For example, I'm writing chaijs/chai-http#253 and now have to "despecial" utf8
In my opinion the charset should just be returned.
The text was updated successfully, but these errors were encountered:
So you either need to convert all UTF response to non dash (ie: "utf8, utf16, etc), or return the dashed version that is in the HTTP response and let the caller do the matching.
If the charset is "utf-8" "utf8" is returned. If the charset is anything else (eg: "utf-16") it is returned with a dash.
Having inconsistent formatting of results is not helpful as it's hard what to know what to test against. For example, I'm writing chaijs/chai-http#253 and now have to "despecial"
utf8
In my opinion the charset should just be returned.
The text was updated successfully, but these errors were encountered: