Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Carla Ribeiro da Fonseca
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
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
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?
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
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...