Categories

jQuery.encodeUTF8()

Categories: Utilities

jQuery.encodeUTF8( text )Returns: String

Plugin: jQuery.utf8

Description: Encode a text as UTF-8.

  • jQuery.encodeUTF8( text )

    version added: 1.0 version deprecated: 1.3

    text   A string to encode.

Attention: The jQuery.encodeUTF8() method replaced by jQuery.toUTF8.