mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
scripts: generate-alt-random-writes: add unicode and multi-column chars
This commit is contained in:
parent
f75ff86fc0
commit
96db338262
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def main():
|
||||||
count = 256 * 1024**1
|
count = 256 * 1024**1
|
||||||
|
|
||||||
# Characters to choose from
|
# Characters to choose from
|
||||||
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 '
|
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 öäå 👨👩🧒'
|
||||||
|
|
||||||
color_variants = ([ColorVariant.NONE] +
|
color_variants = ([ColorVariant.NONE] +
|
||||||
([ColorVariant.REGULAR] if opts.colors_regular else []) +
|
([ColorVariant.REGULAR] if opts.colors_regular else []) +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue