jzohrab / lute

DEPRECATED: LUTE (Learning Using Texts) is a self-hosted web app for learning language through reading, based on Learning with Texts (LWT)
The Unlicense
118 stars 10 forks source link

Changing case of Turkish words not working #77

Closed jzohrab closed 1 year ago

jzohrab commented 1 year ago

Should allow changing case for characters with Turkish "i" variants, but javascript is just doing a simple downcase which is incorrect.

jzohrab commented 1 year ago

Fixed to post back to controller and check on server, then report error:

image

Changing İki to iki is allowed with the change.

jzohrab commented 1 year ago

Checked with the cases listed in https://github.com/jzohrab/lute/issues/71.

Merged into develop, to be included in next launch.

jzohrab commented 1 year ago

In v2.1.3.