Hi,

        I'm getting the following error :

--- begin error ---

invalid character code

The error occurred while processing an element with a general identifier
of (CFWDDX), occupying document position (21:5) to (21:108) in the
template file ...

--- end error ---


        in the page that tries to deserialize a structure serialized in a
previous page, and passed via post.

        Before posting the variable I checked that the serialized
structure was fine, via customtag CF_WDDX_isPacketValid.

        The structure is described below :

--- begin structure declaration ---

<cfset ValidationFailure = structNew()>
<cfset ValidationFailure["campos obrigat�rios"]     = arrayNew(1)>
<cfset ValidationFailure["campos interdependentes"] = arrayNew(1)>

--- end structure declaration ---

        The problem occurs when the string to be inserted in the array has
*special characters* like : �, �, etc.

        And when I have the statement:

<cfset arrayAppend(ValidationFailure["campos interdependentes"],"Jo�o")>


        I have the error described.

        But if I change the statement to


<cfset arrayAppend(ValidationFailure["campos interdependentes"],"Joao")>


        Is that a bug ? Does anyone have any idea ?


Thanks in advance,
Maca�ba.

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to