comment_parser
comment_parser copied to clipboard
Unicode error resolved while opening a file with utf-8 encoding
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