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
Since the plain text json is the only public list of heavens at the moment (map doesn't work with JS turned off), I would advice against this enhancement at the moment. Whenever there is a public list of heavens that removes non-ASCII characters in the corresponding e-mail addresses, we can go forward with this.
The text was updated successfully, but these errors were encountered:
Maybe a "display name" and a "mailto-name" should be available in the source and being processed by fprsmap.
This would not only help for "diacritics", but also for city names with spaces in the name!
In an ideal world we could write "Orléans" (with "é") in the
angels.json
and the resultingmailto:
would beorleans@...
.This could be handled via Javascript: https://stackoverflow.com/a/863865/9778755
Since the plain text json is the only public list of heavens at the moment (map doesn't work with JS turned off), I would advice against this enhancement at the moment. Whenever there is a public list of heavens that removes non-ASCII characters in the corresponding e-mail addresses, we can go forward with this.
The text was updated successfully, but these errors were encountered: