Kim Tae

Greenhorn
+ Follow
since Sep 17, 2021
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kim Tae

Thank you Stephan van Hulst. Issue is solved.
2 years ago
Hi Ranchers,
I need  help in reading a file which has Japanese character encoded in UTF-8 format.

Ex: my file has the following lines
Left = 892
Width=79
Caption= "#20250#35336#24773#22577#31649#29702"  //It is 会計情報管理

when reading the file I want to get the decoded value of the caption i.e 会計情報管理.
I tried reading using Buffered reader. but I am getting #20250#35336#24773#22577#31649#29702 as output.
Is there any other way to read this file?
please help. Thank you for your time in advance.
2 years ago