diff --git a/make/text.js b/make/text.js index f184e1f..274c1c1 100644 --- a/make/text.js +++ b/make/text.js @@ -15,6 +15,11 @@ make.text = { '#', ' ', ';', ',', '{', '}', '(', ')', '[', ']', '/', '\\', '/*', '*/' ]); }, + charset: function () { + return random.pick([ + "UTF-8", "ISO-8859-1" + ]); + }, layoutCharCodes: function() { return random.pick([ 0, // null