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

"meaning" field have unnecessary "special char" #1

Closed
GHRik opened this issue Feb 22, 2021 · 1 comment
Closed

"meaning" field have unnecessary "special char" #1

GHRik opened this issue Feb 22, 2021 · 1 comment

Comments

@GHRik
Copy link
Owner

GHRik commented Feb 22, 2021

Sometimes something like "&quot" existing in field "meaning"

Reproduce:

Log.i("Output",sjpApi.getWord("Twoja"));

Output:

{"name":"twoja"}{"canBeUsed":true}{"meaning":"potocznie: kobieta, która wraz z osobą, do której zwraca się mówiący, stanowi parę (np. małżeńską)"}{"canBeUsed":true}{"meaning":"zaimek dzierżawczy odpowiadający zaimkowi osobowemu "ty""}

Expect result:

{"name":"twoja"}{"canBeUsed":true}{"meaning":"potocznie: kobieta, która wraz z osobą, do której zwraca się mówiący, stanowi parę (np. małżeńską)"}{"canBeUsed":true}{"meaning":"zaimek dzierżawczy odpowiadający zaimkowi osobowemu 'ty' "}
@GHRik GHRik changed the title meaningOf have unnecessary "special char" "meaning" field have unnecessary "special char" Feb 22, 2021
GHRik pushed a commit that referenced this issue Feb 23, 2021
Sometimes """ exist in meaning of word.
This commit, change any """ on '

Close-issue: #1
"meaning" field have unnecessary "special char" #1
@GHRik
Copy link
Owner Author

GHRik commented Feb 23, 2021

This commit resolve the issue:
16d4847

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

No branches or pull requests

1 participant