Give us feedback
encode-utils
Service icon

Encode Utils

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 07 November 2022 by 
0.0
 (0 ratings)
encode-utils

Encode Utils

Details
A simple service module to encode text using UTF-8, UTF-16, unicode, base64 or ascii encoding. You can use it to fix special characters issues like converting Frédéric François to Frédéric François for instance.
Read more

You can use any of the 5 following server actions:

  • EncodeToAscii
  • EncodeToBase64
  • EncodeToUnicode
  • EncodeToUTF8
  • EncodeToUTF16


They all take a text parameter input and return a text result in the correct encoding. They can be used as functions too.

Release notes (1.0.1)
  • Replaced icon for the demo component
  • Cleanup dependencies for the demo component
Reviews (0)