Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] No links on values in multi-byte utf-8 languages

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

  • davidgal
  • davidgal's Avatar
  • Offline
  • New Member
  • Posts: 5
  • Thank you received: 2
  • Karma: 0
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
Last Edit: 04 Mar 2013 21:36 by davidgal.
The administrator has disabled public write access.

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

  • davidgal
  • davidgal's Avatar
  • Offline
  • New Member
  • Posts: 5
  • Thank you received: 2
  • Karma: 0
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.
Last Edit: 04 Mar 2013 23:36 by davidgal.
The administrator has disabled public write access.

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

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

Better now ?
Coding is now a piece of cake
Last Edit: 19 Aug 2013 17:05 by admin.
The administrator has disabled public write access.
Time to create page: 0.072 seconds

Get Started