Login!
Lost password?
 

MODx Bug/Feature Tracker and Feature Requests

Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!

FS#456 — Accentuated character in snippets parameter

Attached to Project — MODx
Opened by Anonymous Submitter - Sunday, 09 July 2006, 05:24AM
Last edited by Garry Nutting (garryn) - Wednesday, 27 September 2006, 01:53PM
Task Type Bug Report
Category Core Distribution
Status Reopened
Assigned To Garry Nutting (garryn)
Operating System All
Severity Medium
Priority Normal
Reported Version 0.9.2/0.9.2.1
Due in Version 0.9.5
Due Date Undecided
Percent Complete 50%

Details

when using an accentuated character ( é à è) in a string for a snippet parameter the final value is truncated before the first accentuated character .

exemple : &param=`blé à blé` => result "b"
This task depends upon

This task blocks these from closing
Comment by Ryan Thrash (rthrash) - Thursday, 21 September 2006, 09:01AM
Also see this post (related) regarding using UTF characters in placeholder names: http://modxcms.com/forums/index.php/topic,7324.msg51528.html#msg51528

Comment by Garry Nutting (garryn) - Friday, 22 September 2006, 03:18PM
  • Field changed: Status (Unconfirmed → Requires testing)
  • Field changed: Percent Complete (0% → 100%)
  • Task assigned to Garry Nutting (garryn)
Same fix as for  FS#334 .

Fix committed to SVN (#1492 - needs merging with main trunk for testing)

Comment by Garry Nutting (garryn) - Wednesday, 27 September 2006, 01:53PM
  • Field changed: Status (Requires testing → Reopened)
  • Field changed: Percent Complete (100% → 50%)
Reopened as proposed fix does not work on PHP4 when using UTF-8 as the charset (PHP problem with html_decode_entity)

Currently researching alternatives.