I have a shift-jis encoded file, in which below character is present in one of the lines.
犾
When I use the iconv command in linux to convert the file from shift-jis to utf-8, I get “cannot convert” error for the above character.
But if I open the file in VS code in shift-jis encoding and then save the file as UTF-8, I don’t see any issue.
Any possible reasons for this?
Thanks for your help