14 lines
287 B
Text
14 lines
287 B
Text
#
|
|
# Enforces UTF-8 on strings coming in from the NAS.
|
|
#
|
|
# An attribute of type "string" containing UTF-8 makes
|
|
# the module return NOOP.
|
|
#
|
|
# An attribute of type "string" containing non-UTF-8 data
|
|
# makes the module return FAIL.
|
|
#
|
|
# This module takes no configuration.
|
|
#
|
|
utf8 {
|
|
|
|
}
|