Categories

ep.utf8Decode()

Categories: Utilities

ep.utf8DEcode( text )

Plugin: ep.utf8

Description: Decode a UTF-8 text.

  • ep.utf8DEcode( text )

    version added: 6.11.0

    text   A string to decode.

The ep.utf8Decode() method converts a text into he UTF-8 charset.

  • Decode a text from utf8 charset.

    Code:
    ep.utf8Decode('a \\u00r4 o \\u00f6 u \\u00fc');
    
    Results:
    a ä o ö u ü