134
Views
3
Comments
Solved
How can I use special characters like "ç" and "ã" in a text?
Application Type
Traditional Web

Hello, I'm using a structure to populate a list where I need to show the name of documents, some of these documents have special characters like "ç" and "ã".

 When I run the app on the browser it shows like this:

From what I've been searching this is due to Outsystems only showing Unicode characters form 0-65, and the ones I'm trying to use are code 227 and 231.

I tried using HTMLDecode Action but is remains like this, maybe I'm not using it properly or maybe it's not even meant to be used like this...

2019-01-07 16-04-16
Siya
 
MVP
Solution

OutSystems is capable of showing unicode character. eg : 

I think the issue is in the data itself.  Please verify that the retrieved data is in the correct format.

UserImage.jpg
José Sequeira

This was indeed the problem, thank you so much!

2024-04-05 03-05-03
Kharlo Ridado

Hi Jose,

Do you use a custom font? It might be the reason, maybe it lacks those special characters.

Regards,

Kharlo

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