Encodes a string for inclusion in a MIME header. The string is encoded
in UTF-8 according to RFC 1522, using quoted-printable form.
|
code » | |
Get an array of UTF-8 hex codes for a given character.
|
code » |
![]()
Regular expression for matching those characters that are outside the
range that can be used in the quoted-printable encoding of RFC 1522:
anything outside the 7-bit ASCII encoding, plus ?, =, _ or space.
|
Code » | |
![]()
Like goog.i18n.NONASCII_ but also omits double-quotes.
|
Code » | |
![]()
No description.
|
Code » |