You are using MySQL? Try switching the text encoding from whatever it is to UTF-8
On Dec 11, 1:57 pm, fabio <3bi...@gmail.com> 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 cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en