blob: 00812fa5141a05aa1af7fc20ee700bc972254ec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# 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 {
}
|