decoding quoted-printables

前端 未结 6 1528
伪装坚强ぢ
伪装坚强ぢ 2020-12-20 16:40

I am looking for a way to decode quoted-printables.

The quoted-printables are for arabic characters and look like this:

=D8=B3=D8=B9=D8=A7=D8=

6条回答
  •  梦毁少年i
    2020-12-20 17:36

    Please see a working solution that takes a quoted-printable-containing strings and resolves those graphemes. The only thing you should pay attention to is the encoding (that answer is based upon UTF8, by it can be easily switched to any other): https://stackoverflow.com/a/32903103/2799410

提交回复
热议问题