Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

encodeURIComponent and UTF-8 Captions in Firefox #2282

Closed
whatsnewsisyphus opened this issue Jun 9, 2019 · 2 comments
Closed

encodeURIComponent and UTF-8 Captions in Firefox #2282

whatsnewsisyphus opened this issue Jun 9, 2019 · 2 comments

Comments

@whatsnewsisyphus
Copy link

Image captions get pulled apart to letter + modifiers instead of using correct extended latin characters which introduces spaces and errors. I'm not sure if this has to do with how firefox is parsing data. ü becomes u and two dots, İ becomes I and a dot and so forth.

https://www.ahmetertug.com/works/industrial/#gallery-1

some notes here
owncloud/core#6267 (comment)

I might not be on the right track with the encodeURIComponent but that's all the reference I found in parsing captions.

@fancyapps
Copy link
Owner

Hi,

I do not know why, but your font does not display some characters as supposed. For example, change font to this and it looks fine:

.fancybox-caption {
  font-family: Helvetica,Verdana,Arial,sans-serif;
}

@whatsnewsisyphus
Copy link
Author

whatsnewsisyphus commented Jun 9, 2019 via email

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

No branches or pull requests

2 participants