From: naruse@... Date: 2018-01-12T17:48:04+00:00 Subject: [ruby-core:84846] [Ruby trunk Feature#14352] Array#pack("M") Quoted-Printable with binary mode Issue #14352 has been updated by naruse (Yui NARUSE). ���������������\r���\n��������������������������������� ��������������������������������������������������������������������������������������� ������������ quoted-printable ������������CRLF���������������������������pack("M")������������LF��������������������������������� ������������������������������������������������������������������������������������������������ LF��������������������������������������������������������������������������������������������������������� s/\n/\r\n/g ��������������������� ���������������������������������������������������������LF���������������������������������������������������LF������������������������ ������������������������������������������������������������������������ ������������������pack("M")������������������������gsub������������������������������������������BASE64��������������������������������� ������������������������������������������������������������������������������������������LF������������������������������������ ��������������������������������������� s/\n/\r\n/g ������������������������������������������������������������������������������������������������ ������������������������ =0D\n ������������������������������������������������������������������������������������ ���������������������������������������������������CRLF���������������CR���������������LF��������������������������������������������� ������������������������������CRLF��������������������������������������������������� ������������������������������������������������������������������������������������������������������������������ RFC2045������������������������CR���LF���CRLF��������������������������������������������������������������������������������������������� ���������������������������������gsub��������������������������������������������������������������� ---------------------------------------- Feature #14352: Array#pack("M") Quoted-Printable with binary mode https://bugs.ruby-lang.org/issues/14352#change-69559 * Author: kirika (Toshio Maki) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- ��������������������������������������������������������������������������������������������������������������������������������������������������������� mail library���������gem������������������������������������������������������������������������������������������ Quoted-Printable������������������������������������������������������������������������������������������������������������ ��������������������������������������������������������� ������������������������Ruby���Array#Pack("M")������������������������������������������ \n���=0D���������������������������������������\r���=0A���������������������������\r������������������������������������������ mail library���������������������������\r���\r\n���������������������������������������������������������������������\r��� \r\n������������������������������������������������������������������������������������������������������
puts ["���������������\r\n���������������"].pack('M')������������
=E3=81=82=E3=81=84=E3=81=86=E3=81=88=E3=81=8A=0D =E3=81=8B=E3=81=8D=E3=81=8F=E3=81=91=E3=81=93=Quoted-Printable������������������������������������������������������=\r\n��������������������������������������������������������� ���������������\n������������������������������������������������������������������������������������������������������������������������ ������������������������������Perl������������������������������������������������������������������Perl������������������������ ���������������������Perl���$binmode��������������������������������������������������������������������������������� http://perldoc.perl.org/MIME/QuotedPrint.html ��������������������������������������������������������������������������������������� ���������pack('M')���������������������������������������������������������������������������������Quoted-Printable������������������ ���������������������������������������������������������������������������pack������������������������������������������������������������ ������pack.c���qpencode���������binmode��������������������������������������������������������������������������� ������������������������������ruby���������������������2.3���������������������������������2.3.x, 2.4.x������������������������������������������ ������������������������������������������������������������ -- https://bugs.ruby-lang.org/ Unsubscribe: