Created
December 15, 2015 02:40
-
-
Save pgmot/f77908bc04e6b55f7ad2 to your computer and use it in GitHub Desktop.
メールタイトルエンコードデコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# エンコード | |
echo '件名' | nkf -jM | |
# デコード | |
echo '=?ISO-2022-JP?B?GyRCN29MPhsoQg==?=' | nkf -w - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment