Jump to content


Mark

Member Since 08 Apr 2007
Offline Last Active May 15 2013 06:46 AM
****-

Posts I've Made

In Topic: IPS4: Better Template Editing

14 May 2013 - 09:38 AM

I've already discussed with Mark about the time it takes to save files using WebDAV making it unusable. It's quicker to save templates in the ACP.


Don't worry, I've not forgotten :smile:

In Topic: Get rid of special characters from FURLs

13 May 2013 - 04:41 PM

There are 4 main reasons why we do what we do:

  • Transliteration is difficult to do universally. Although, for example, it's quite common for ß in German to be transliterated to ss, for some characters in some languages it's not appropriate to transliterate, and in many cases the same character would be translated to different values depending on the language. For example, we've had bug reports saying æ should be "ae", so we changed it, then another bug report said it should be "e", so we changed it again, then we had a third bug report saying it should be "ae" again.
  • Languages which don't use latin characters at all (any east-Asian language) simply cannot be transliterated. So you end up with all your URLs being "/topic/123-/" which no friendly URL element.
  • It is the proper way to do things. As you yourself point out, the RFC which defines the standard for URIs says that characters may be UTF-8 encoded - it does not suggest transliteration.
  • It's good for SEO (otherwise you sort of defeat the point of friendly URLs).

In Topic: Important proposal for the next Suite 4.0

13 May 2013 - 04:23 PM

If you would like, when you come across something you can't translate for this reason, post a bug report. While I understand the point you're making is more attention should be paid to it anyway (which I agree with, and is something we will focus on in 4.0), we'll happily fix any cases pointed out.


In Topic: Get rid of special characters from FURLs

13 May 2013 - 01:50 AM

That shouldn't happen...

 

Do you get the same problem copying links from, say, Wikipedia: http://en.wikipedia.org/wiki/Śūnyatā ?

Is your community using the UTF-8 character set?


In Topic: Get rid of special characters from FURLs

12 May 2013 - 04:41 PM

What problems do you mean? URLs can support UTF-8 characters... even Emoji works if you're on an OS that supports them.