Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
9 subscribers
Views
1911 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have an expression in Spanish...this language requires symbols...example:
karlaw
over 11 years ago
I have an expression in Spanish...this language requires symbols...example:
También puede contactarnos....
I set this expression into an HTML template and when it displays on screen, it does this:
También puede contactarnos...
How to I write this expression so it is not interpreted this way in HTML?...
OriginalPostID-72833
OriginalPostID-72833
Discussion posts and replies are publicly visible
0
Alex Weller
Appian Employee
over 11 years ago
Hi Karla, what does your HTML look like and what interface are you trying to display it on? For the example above, have you tried: é ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
karlaw
over 11 years ago
we figured it out....
character-code.com/spanish-html-codes.php
I haven't worked with HTML in quite awhile and needed a reminder. Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Have you tried wrapping the HTML in the fromHtml() out of the box function? or use the "Text Utilities" plug-in and its custom function htmlEncode() (
forum.appian.com/.../all
- Shared Components - Expression Functions - Text Utilities)? They will reduce the need of manually using those characters. The function should do it for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel