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
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 |
|
Details
when using an accentuated character ( é à è) in a string for a snippet parameter the final value is truncated before the first accentuated character .exemple : ¶m=`blé à blé` => result "b"
This task depends upon
This task blocks these from closing
- Field changed: Status (Unconfirmed → Requires testing)
- Field changed: Percent Complete (0% → 100%)
- Task assigned to Garry Nutting (garryn)
Same fix as forFS#334.Fix committed to SVN (#1492 - needs merging with main trunk for testing)
- 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.