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

generated transliterations contain different version of the s character #180

Open
romanchyla opened this issue Feb 16, 2021 · 0 comments
Open

Comments

@romanchyla
Copy link
Contributor

for some mysterious reason, our transliterations contain the 'other' s

the query:

In [29]: repr(u'author:"Işık, Emre"')
Out[29]: 'u\'author:"I\\u015f\\u0131k, Emre"\''

solr record:

In [30]: repr(u'işık, e')
Out[30]: "u'i\\u015f\\u0131k, e'"

In [31]: repr(u'işık, emre')
Out[31]: "u'i\\u015f\\u0131k, emre'"

our transliterations (got \u0326 instead of \u015f):

In [32]: repr(u'isik\,\ emre=>ișık\,\ emre,ișik\,\ emre,ișık\,\ emre')
Out[32]: "u'isik\\\\,\\\\ emre=>is\\u0326\\u0131k\\\\,\\\\ emre,i\\u0219ik\\\\,\\\\ emre,i\\u0219\\u0131k\\\\,\\\\ emre'"

In [33]: repr(u'șșş')
Out[33]: "u's\u0326\u0219\u015f'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants