FreeBSD Bugzilla – Attachment 168580 Details for
Bug 208266
strxfrm and strcoll do not always agree
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Script to run test program against all locales
tryalllocales.sh (text/plain), 148 bytes, created by
Thomas Munro
on 2016-03-24 20:18:17 UTC
(
hide
)
Description:
Script to run test program against all locales
Filename:
MIME Type:
Creator:
Thomas Munro
Created:
2016-03-24 20:18:17 UTC
Size:
148 bytes
patch
obsolete
>#! /bin/sh > >for LANG in `locale -a | grep -i 'utf.*8'` >do > export LANG > if ./strcolltest 10 > then > echo $LANG good > else > echo $LANG BAD > fi >done
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 208266
:
168579
| 168580