Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

No links on values in multi-byte utf-8 languages 04 Mar 2013 21:35 #6904

Hi,

When the field values are entirely in Hebrew there are no links in grid fields. The links work OK if the value is in English.
I tried other languages and found that the same problem exists with values entirely with diacritic Latin characters such as
ää

If at least one character anywhere in the field is in lower ASCII then the link appears even if the rest of the characters are multi-byte utf-8 characters. i.e.
äbä

I kindly request a workaround for this.

Thanks,
David

Please Log in or Create an account to join the conversation.

Last edit: by davidgal.

Re: No links on values in multi-byte utf-8 languages 04 Mar 2013 23:17 #6905

I think I found the problem here in dom/html.php line 241
if ((isset($this->href) || isset($this->target)) && (isset($this->dataValue)) && (basename($this->dataValue) != ""))

The problem seems to be with the basename function. I'm not sure that the intended argument was "datavalue". In any case this function is not considered UTF-8 safe. it appears to strips anything not in lower ASCII in the datavalue so a foreign language string will evaluate to false in the above code.

Please Log in or Create an account to join the conversation.

Last edit: by davidgal.

Re: No links on values in multi-byte utf-8 languages 19 Aug 2013 17:05 #10829

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.

Better now ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Last edit: by admin.
  • Page:
  • 1
Time to create page: 0.078 seconds
  I still don't believe he can really be human to do all this ! From all of the forums that I've ever participated in this is certainly the one that most encapsulates the feeling of being truly open source where everyone's opinions and contributions can and will shape the development of the service! It's truly awesome! Hope you enjoy cooking and look forward to reading and contributing to any of the editorial work that you proposed too!! Thanks
Gez (audibleid - JED)

Get Started