blob: 00812fa5141a05aa1af7fc20ee700bc972254ec8 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001#
2# Enforces UTF-8 on strings coming in from the NAS.
3#
4# An attribute of type "string" containing UTF-8 makes
5# the module return NOOP.
6#
7# An attribute of type "string" containing non-UTF-8 data
8# makes the module return FAIL.
9#
10# This module takes no configuration.
11#
12utf8 {
13
14}