[text.js] Add charset
This commit is contained in:
parent
b32d4650a6
commit
aab54d634d
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ make.text = {
|
|||
'#', ' ', ';', ',', '{', '}', '(', ')', '[', ']', '/', '\\', '/*', '*/'
|
||||
]);
|
||||
},
|
||||
charset: function () {
|
||||
return random.pick([
|
||||
"UTF-8", "ISO-8859-1"
|
||||
]);
|
||||
},
|
||||
layoutCharCodes: function() {
|
||||
return random.pick([
|
||||
0, // null
|
||||
|
|
Loading…
Reference in a new issue