You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes something like """ 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' "}
The text was updated successfully, but these errors were encountered:
GHRik
changed the title
meaningOf have unnecessary "special char"
"meaning" field have unnecessary "special char"
Feb 22, 2021
Sometimes something like """ existing in field "meaning"
Reproduce:
Output:
Expect result:
The text was updated successfully, but these errors were encountered: