diff options
author | Avi Halachmi (:avih) <avihpit@yahoo.com> | 2024-04-02 11:56:10 +0300 |
---|---|---|
committer | Avi Halachmi (:avih) <avihpit@yahoo.com> | 2024-04-02 21:02:26 +0300 |
commit | d83942876e089a63526b9624c74407cdefd6b4ac (patch) | |
tree | d9ac730be8ab3b95927a1a9a9606c42f75978380 /runit | |
parent | 95e0a07f891947c5c2d66cd837a5aa379b962308 (diff) | |
download | busybox-w32-d83942876e089a63526b9624c74407cdefd6b4ac.tar.gz busybox-w32-d83942876e089a63526b9624c74407cdefd6b4ac.tar.bz2 busybox-w32-d83942876e089a63526b9624c74407cdefd6b4ac.zip |
win32: unicode: new wcwidth: allow enabling bidi
interval, in_interval_table, and in_uint16_table were previously
not compiled when using the new wcwidth (commit c188a345a) because
they're used by the old wcwidth but not by the new one.
But they're also used by the BIDI routines. mingw64u_defconfig doesn't
enable bidi (rightly - it's not working well), but it'd still be nice
to allow enabling bidi while the new wcwidth is in effect.
Enable the tables lookup code if BIDI is enabled.
Diffstat (limited to 'runit')
0 files changed, 0 insertions, 0 deletions