Jump to content

For the next release of IP.Board HTML entities must be fixed


Stenis

Recommended Posts

Posted

When you (IPS) start the development for the next release of IP.Board you just have to fix HTML entities so that international users can view the content of emails correct instead of seeing for instance & 1 3 9 ; instead of some Nordic characters. Many users are wondering/complaining why the contents of the emails look so strange. I think this is particularly important as you are looking to support IP.Board in a majority of the world languages.

  • Management
Posted

It would be easier to invent a time machine and go back to 1999 and release IP.Board 1 as UTF-8 and make it impossible to change the character set.

  • Management
Posted

I strongly advise against converting your forum to UTF-8. My flip remarks were mostly aimed at myself for introducing the confusion of character sets and the internet to my own life.

If you file a bug, we'll take a look but with the various encoding methods, types of storage, types of communication protocols, browsers, servers, PHP versions and characters, it's not an easy task to "fix" it for everyone.

Posted

I already have communicated this via various bug reports for a long time, see for example http://community.invisionpower.com/tracker/issue-22750-unicode-characters-in-email-notification/ and the duplicate reports Brandon is referring to.

The main problem for me is that users get emails (replies to new posts, PM:s etc) containing text in Swedish where all Nordic characters are in unicode format making it pretty much unreadable.

Posted

Generally I didn't have big issues with slovakian special characters ľščťžýáíéäúôň, but for sure I don't use special characters in email notifications.

Posted

Ok Axel, maybe you're running with some other config then me then :)

The thing is that when someone write a PM or a forum post they do it in Swedish. When the notification email is sent, it contain the PM or the forum post content in the email and that part is what looks strange. I have translated all email templates to Swedish and they look OK. It's just the content that's basically screwed up :/

Posted

The underlying problem is that characters are often stored as HTML-entities in the database, and without HTML emails these entities display as-is (i.e., as the entity code, rather than the character it represents). To resolve this, we will need to implement HTML emails in the future.

We have a FFFV bug report to do so.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...