t:utf8ToUnicode

Description: Performs Unicode encoding on UTF-8 character sequences in a string.

This transformation function converts all UTF-8 character sequences in the input string to Unicode (using %uHHHH format).

Syntax: t:utf8ToUnicode

Implemented: Yes

Example:

SecRule ARGS "@rx test" "id:1001,t:utf8ToUnicode"