Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix escaped UTF-8 characters #146

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Fix escaped UTF-8 characters #146

merged 1 commit into from
Sep 4, 2017

Conversation

metsma
Copy link
Contributor

@metsma metsma commented Aug 25, 2017

IB-4868

Signed-off-by: Raul Metsma raul@metsma.ee

@tynisr tynisr requested a review from uudisaru August 25, 2017 15:32
string tmp = nameitem.substr(pos+1, pos-old);

string value;
char data[] = "0x00";
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is padding with 0x necessary, strtoul() does not require it?

IB-4868

Signed-off-by: Raul Metsma <raul@metsma.ee>
@uudisaru uudisaru merged commit 0d20598 into open-eid:master Sep 4, 2017
@metsma metsma deleted the IB-4868 branch September 4, 2017 17:33
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.

2 participants