The Samba-Bugzilla – Attachment 1733 Details for
Bug 3519
Can't create tar when service name has i18n characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Quick hack to default to UTF-8 instead of ASCII
charcnv.c.patch (text/plain), 233 bytes, created by
Gamid Isayev
on 2006-02-16 11:25:37 UTC
(
hide
)
Description:
Quick hack to default to UTF-8 instead of ASCII
Filename:
MIME Type:
Creator:
Gamid Isayev
Created:
2006-02-16 11:25:37 UTC
Size:
233 bytes
patch
obsolete
>--- lib/charcnv.c.orig 2006-02-16 12:21:49.000000000 -0500 >+++ lib/charcnv.c 2006-02-16 12:21:59.000000000 -0500 >@@ -95,7 +95,7 @@ > > #endif > >- if (!ret || !*ret) ret = "ASCII"; >+ if (!ret || !*ret) ret = "UTF8"; > return ret; > } >
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 3519
:
1732
| 1733