FreeBSD Bugzilla – Attachment 172613 Details for
Bug 211179
libc strcoll() enters endless loop when comparing two identical UTF8 strings under UTF-8 locale
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test with polish UTF-8 character
test.c (text/x-csrc), 127 bytes, created by
Martin Matuska
on 2016-07-17 20:32:23 UTC
(
hide
)
Description:
Test with polish UTF-8 character
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2016-07-17 20:32:23 UTC
Size:
127 bytes
patch
obsolete
>#include <locale.h> >#include <string.h> > >int main() { > setlocale(LC_ALL, "en_US.UTF-8"); > strcoll("Å", "Å"); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211179
: 172613 |
172614