comment_parser icon indicating copy to clipboard operation
comment_parser copied to clipboard

Unicode error resolved while opening a file with utf-8 encoding

Open muneersyed156 opened this issue 5 years ago • 0 comments

I faced a Unicode error while using the comment_parser module. So tried opening a file(java) with "utf-8" encoding and it worked fine with that particular java file and all other java files. This could be an exceptional case or OS-dependent issue but opening a file in utf-8 which is not in that format will help in avoiding Exceptions.

OS used: Ubuntu-18

muneersyed156 avatar Oct 13 '20 11:10 muneersyed156