diff options
author | Ron Yorston <rmy@pobox.com> | 2023-06-02 11:34:25 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-06-02 11:34:25 +0100 |
commit | bec2426878edb9b8553b4daa27cd34a8e230d465 (patch) | |
tree | b0b64698eaddbdb543d3cdd0241e725337e56c59 /docs | |
parent | d4c67e67ef66173b3991bd67cc0ed5afc577e490 (diff) | |
download | busybox-w32-bec2426878edb9b8553b4daa27cd34a8e230d465.tar.gz busybox-w32-bec2426878edb9b8553b4daa27cd34a8e230d465.tar.bz2 busybox-w32-bec2426878edb9b8553b4daa27cd34a8e230d465.zip |
win32: fix euro symbol handling
Commit 2b4dbe5fa (libbb: speed up bb_get_chunk_from_file()) speeded
up grep by a factor of two. However, it introduced a call to
OemToCharBuff() in bb_get_chunk_from_file() which didn't have the
fix for the euro symbol from commit 93a63809f9 (win32: add support
for the euro currency symbol).
Export the fixed version of OemToCharBuff() and use it.
Saves 8 bytes (64-bit), adds 28 bytes (32-bit)
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions