Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1405 from Shreeshrii/patch-2
Add additional Unicodes to IsVedicAccent
- Loading branch information
83f311f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe several enclosing parentheses are missing, as follows:
83f311f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nguyenq Quite possible, I am not sure of c++ syntax. Characters from all three ranges should be treated as a Vedic accent.
83f311f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you send please PR that fix it?
83f311f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think both versions will work the same.
http://en.cppreference.com/w/cpp/language/operator_precedence
Still, the added parentheses can make it more readable.