FreeBSD Bugzilla – Attachment 110637 Details for
Bug 151833
sysutils/kiconvtool: I don't know how to load the pair (UTF-8 -> _wctype)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 433 bytes, created by
daniele
on 2010-10-30 17:00:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
daniele
Created:
2010-10-30 17:00:26 UTC
Size:
433 bytes
patch
obsolete
>--- kiconvtool.c 2010-10-30 17:18:32.000000000 +0200 >+++ kiconvtool.new 2010-10-30 17:18:32.000000000 +0200 >@@ -35,6 +35,7 @@ > #include <sys/sysctl.h> > #include <string.h> > #include <memstat.h> >+#include <locale.h> > > enum arg_type_t_ { > ARGTYPE_LOCAL, >@@ -185,6 +186,7 @@ > return 1; > } > >+ setlocale(LC_CTYPE, "en_US.UTF-8"); > enum arg_type_t_ arg_type = ARGTYPE_PAIR; > for (i = 1; i < argc; i++) { > if (argv[i][0] == '-') {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151833
: 110637