0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

#jq コマンドを利用して エンコード済みのUTF-16 の文字列をデコードする例 (日本語)

Last updated at Posted at 2019-04-09
$ 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 とは

これでも 正常らしい。

image

image

UTF-16 decoder

これとか

UTF-16 Decode - Convert UTF-16 to Text - Online - Browserling Web Developer Tools

Original by Github issue

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?