diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -320,6 +320,10 @@ main(int argc, char **argv) /* init the cache for checking bytes if they're characters */ init_btowc_cache(); + /* set up the single byte case table */ + if (gawk_mb_cur_max == 1) + load_casetable(); + if (do_nostalgia) nostalgia(); |