LoginSignup
1
0

More than 5 years have passed since last update.

ユニコードエスケープ形式文字(¥u3042 etc)のデコード方法

Posted at

ユニコードエスケープ文字のデコード方法についてのメモ。

結論

JDKに用意されている native2ascii に reverse オプションをつけて使用する。

native2ascii
native2ascii -reverse before.properties after.properties

通常文字→ユニコードエスケープへのエンコードは、reverseオプションを外すことで実現できる。

以上。

1
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
1
0