14
Views
4
Comments
Change the content_type to ISO-8859-15
Question
Is there a way to change the default encoding on an eSpace from UTF-8 to ISO-8859-15?

I've been looking at the FactoryConfiguration solution but since I'm no XSLT expert, I got lost.

So, is there a way to do this?

TIA,

Carlos
2019-08-20 01-57-17
RafaOutSystems
 
MVP
Hi,

Do you want to change content_type or encoding_type?
For encoding_type you can use ConvertEncoding action from BinaryData extension.

Best regards,
Rafael Pereira
2025-07-02 19-21-41
Carla Ribeiro da Fonseca
I want to change this
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> to
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />

Is there a way to do this?
UserImage.jpg
Fernando Sousa
Hello Carlos,

Please check the topic at https://www.outsystems.com/networkforums/viewtopic.aspx?forumid=32&topicid=3789. I think there's the solution for your problem (although they refer to the HTTPRequestHandler extension which seems to be unavailable at the moment).

[Edit] Note: you can get the extension from the ImageConverter component available at https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=73
2011-06-15 10-49-56
AcacioPN
Staff
Hi Carlos

The HTTPRequestHandler extension is no longer available individually, but you can get the component by downloading EnterpriseManager (https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=64) or many more.

My suggestion is for EnterpriseManager because it will contain the latest fixes and updates to this component.

Regards,
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.