tracker issue : CF-3039073

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

Bug 78316:(Watson Migration Closure)If you create components in cfscript you can't set the encoding using:

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/

Reporter/Name(from Bugbase): John Whish / John Whish (John Whish)

Created: 06/29/2009

Components: Language, CFSCRIPT

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 1

Problem:

If you create components in cfscript you can't set the encoding using:

processingdirective pageencoding="utf-8";

it throws a syntax error
Method:

component
{
  processingdirective pageencoding="utf-8";
}
Result:

Invalid construct.
A script statement should end with ";".

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039073

External Customer Info:
External Company:  
External Customer Name: John Whish
External Customer Email: 4B9370D7448AB8BF9920157F
External Test Config: 06/29/2009

Attachments:

Comments:

+1 vote. Is the "easy workaround" to do one's CFCs in CFML instead? Not much of a work around in my books. This should be covered by the port of all CFML tags to script-friendly equivalents they're doing anyhow, shouldn't it? -- Adam
Vote by External U.
23590 | November 10, 2011 06:53:48 PM GMT