req.acceptsCharsets(charset [, ...])
Returns the first accepted charset of the specified character sets, based on the request’s Accept-Charset
HTTP header field. If none of the specified charsets is accepted, returns false
.
For more information, or if you have issues or concerns, see accepts.
Please login to continue.