Skip to content

Fix for issue #77#87

Merged
chcg merged 1 commit intobruderstein:masterfrom
chcg:issue_77
Feb 21, 2018
Merged

Fix for issue #77#87
chcg merged 1 commit intobruderstein:masterfrom
chcg:issue_77

Conversation

@chcg
Copy link
Collaborator

@chcg chcg commented Jan 14, 2018

- correct parser for TCHAR unicode usage by _istspace() instead of isspace() and L''
@chcg chcg added this to the v1.4.10 milestone Jan 14, 2018
@chcg chcg merged commit 2151382 into bruderstein:master Feb 21, 2018
&& !StringEqual( p, endTag, caseInsensitive ) )
{
if ( *p == '\r' || *p == '\n' )
if ( *p == L'\r' || *p == L'\n' )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use TEXT('\r') and TEXT('\n') as *p is of type TCHAR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MAPJe71 As PluginManager just supports the unicode build that makes no difference as TEXT() equals in this case L, but for a clean codebase and to be in sync with the surrounding code I have corrected that with 1a02cf1

Thanks for the review.

chcg added a commit that referenced this pull request Feb 21, 2018
@chcg chcg deleted the issue_77 branch December 4, 2020 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UTF characters not rendered correctly in plugin information

2 participants