BUG Ticket (closed)
Formhelper select encode doesnot work
###What happened:
php echo $form->input('dst',array('between'=>'</td><td>','label' => 'Dienststelle:','options' => $dsten,'encode'=>false));
$dsten is an array with the id as key and the htmlencoded name. for example: ['AUT']='Österreich'
and in the output it is encoded a secound time to
<option value="AUT">&Ouml;sterreich</option>
if I use unencoded name, the ouput is something like (in config/core.php iso-8859-1):
<option value="AUT">Österreich</option>
with config/core.php utf-8 as coding:
<option value="AUT"></option>
is this a bug or a feature...
thanks for your help
on 06.10.09
reported by: Sandomor
owned by: mark_story
on 06.10.09
by mark_story
- owner was changed to mark_story
I don't even really understand what the issue is? Are you trying to use the ApiGenerator to generate documentation? Because this project has little to do with CakePHP core.
on 06.10.09
by Sandomor
sorry i've usaly generated a wrong ticket - sorry
(invalid)
on 08.25.09
by mark_story
- status was changed to closed
- resolution was changed to invalid
Closed, not related to API docs, or API site.
