Custom component type textarea_raw_html not rendering special characters

Posted in: Newspaper
Post count: 11

Custom component type textarea_raw_html not rendering special characters example ‘é’ => �
So raw html with custom foreign language is not possible.

Same issue with de component Element Raw html.
Can it be fixed or is this an issue to be solved yet ?

"param_name" => "content",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "",
"heading" => "Text",
"value" => base64_encode(__('Html code here! Replace this with any non empty raw html code and that\'s it')),
"group" => "C1",
"description" => "Enter your content."

Post count: 11

all texte needs to be html encoded & eacute ; é then it is not a problem.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.