sakusaku3939 / DeepLAndroid

Unofficial Android App for DeepL Translator
MIT License
353 stars 19 forks source link

Line feeds are removed when using floating text selection action. #6

Closed sckemu closed 3 years ago

sckemu commented 3 years ago

When using the floating text selection action to select text with line feeds, the line feeds will be removed and translated.

fm-sys commented 3 years ago

I think we should escape all special characters (/?%#\n and maybe more).

https://stackoverflow.com/questions/58504422/how-to-handle-special-characters-in-api-url-retrofit

sakusaku3939 commented 3 years ago

Thanks for the helpful information. I have solved the problem related to #5.

A new version is available here: https://github.com/sakusaku3939/DeepLAndroid/releases/tag/v3.2

sckemu commented 3 years ago

Thank you! Works great!