https://sourceware.org/bugzilla/show_bug.cgi?id=33360

            Bug ID: 33360
           Summary: Patch to correct strings -Ue output
           Product: binutils
           Version: 2.46 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: andrew at aitchison dot me.uk
  Target Milestone: ---

Created attachment 16304
  --> https://sourceware.org/bugzilla/attachment.cgi?id=16304&action=edit
Patch to make strings -Ue give the correct results

./strings --version
GNU strings (GNU Binutils) 2.45.50.20250901

command:
   echo $'\U14000' | /usr/bin/strings -Ue -n1
result:
   \u050000

expected result:
   \u014000

(strings -Uh has the same issue).

I have a Perl script and Makefile which I used to ensure I have fixed all
cases.
Let me know if these will help you verify the patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to