Dear j0n4,

tnx a lot for your reply, yes i'm using MySQL and i've change the
option 'collation' from Latin1_Swedish_ci to UTF8_bin as you suggested
and it has solve the problem :-)

By the way, there are many different utf8 options availiable and i
don't know if it was maybe better to choose for example
utf8_unicode_ci instead... do you think my choice utf8_ bin is ok ?

Thanks again for your precious help

best regards

fabio



On 12 Dic, 08:50, "[email protected]"
<[email protected]> wrote:
> You are using MySQL?
> Try switching the text encoding from whatever it is to UTF-8
>
> On Dec 11, 1:57 pm, fabio <[email protected]> wrote:
>
> > Hello mates, just an update...
>
> > I've partially solve the thing by substituting the form-helper comand:
>
> > echo $form->input('description_long', array('rows'=>'10',
> > 'cols'=>'70'));
>
> > with pure HTML <textarea> tag:
>
> > echo '<textarea name="data[Property][description_long]" cols="30"
> > rows="6" id="PropertyDescriptionLong" >'.$this->data['Property']
> > ['description_long'].'</textarea>';
>
> > Like this, in edit.ctp i can get all the texts in their right
> > textareaplace with only one problem... every apostrophes and quotation
> > marks are not showing: in their place there is a weird character (kind
> > of black romb with inside a white questio mark...)
>
> > Any idea how can i manage and solve this thing ?
>
> > Tnx a lot
>
> > fabio

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to