FreeBSD Bugzilla – Attachment 161039 Details for
Bug 203098
[PATCH] misc/lifelines: improve wide character (UTF-8) support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to misc/lifelines src/stdlib/icvt.c to improve wide character support
patch-lifelines_stdlib_icvt.c (text/plain), 393 bytes, created by
david
on 2015-09-14 13:11:40 UTC
(
hide
)
Description:
patch to misc/lifelines src/stdlib/icvt.c to improve wide character support
Filename:
MIME Type:
Creator:
david
Created:
2015-09-14 13:11:40 UTC
Size:
393 bytes
patch
obsolete
>--- icvt.c.orig 2006-04-07 19:50:46.000000000 -0700 >+++ icvt.c 2015-09-14 05:26:19.052068000 -0700 >@@ -84,7 +84,7 @@ > /* assume MS-Windows makenarrow call */ > inlen = 2 * wcslen((const wchar_t *)sin); > } >- if (!strncmp(src, "UCS-2", strlen("UCS-2"))) { >+ if (!strncmp(src, "UCS-4", strlen("UCS-4"))) { > /* assume UNIX makenarrow call */ > inlen = 4 * wcslen((const wchar_t *)sin); > }
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 203098
: 161039