#jq コマンドを利用して エンコード済みのUTF-16 の文字列をデコードする例 (日本語)
$ echo '\u3082\u3063\u3068\u65e9\u304f\u304b'
\u3082\u3063\u3068\u65e9\u304f\u304b
$ '"\u3082\u3063\u3068\u65e9\u304f\u304b"' | jq . -r
もっと早くか
- 文字列をダブルクォートで囲って jq コマンドに与える
- まったく json とか関係ない利用法
- もしかしたらシステムの言語設定やらいろいろ関わってくる気もするが細かい部分は未検証
- Linux CentOS で確認
フラットに文字列だけがある JSON とは
これでも 正常らしい。
UTF-16 decoder
これとか
UTF-16 Decode - Convert UTF-16 to Text - Online - Browserling Web Developer Tools
Original by Github issue
Author And Source
この問題について(#jq コマンドを利用して エンコード済みのUTF-16 の文字列をデコードする例 (日本語)), 我々は、より多くの情報をここで見つけました https://qiita.com/YumaInaura/items/6e15bc6579fe19ac7cc5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .