tracker issue : CF-4206644

select a category, or use search below
(searches all categories and all time range)
Title:

encodeForHtml/decodeForHtml forcing HTML entities for uppercase accent characters to lower case

| View in Tracker

Status/Resolution/Reason: To Fix//CannotReproduce

Reporter/Name(from Bugbase): Mike B. / ()

Created: 01/16/2020

Components: Language

Versions: 2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2018,0,02,313961 , ,318001 /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Windows 10

Vote Count: 0

Problem Description:

encodeForHtml (with canonicalize flag set to true) and decodeForHtml functions forcing uppercase accent characters to lower case.  

This likely relates to https://tracker.adobe.com/#/view/CF-4156505

Steps to Reproduce:

<cfdump var="#encodeforHtml("&Oacute;", true)#"><br>
<cfdump var="#decodeForHtml("&Oacute;")#">

Actual Result:

&oacute;
ó

Expected Result:

&Oacute
Ó

Any Workarounds:

Encode/Decode HTML using something other than CF.

Attachments:

Comments: