FreeBSD Bugzilla – Attachment 15370 Details for
Bug 28552
EUC support of wcstombs(3) is broken for codeset 3 and 4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 788 bytes, created by
sa2c
on 2001-06-30 21:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sa2c
Created:
2001-06-30 21:20:01 UTC
Size:
788 bytes
patch
obsolete
>Index: euc.c >=================================================================== >RCS file: /home/ncvs/src/lib/libc/locale/euc.c,v >retrieving revision 1.3.6.1 >diff -u -u -r1.3.6.1 euc.c >--- euc.c 2000/06/04 21:47:39 1.3.6.1 >+++ euc.c 2001/06/30 19:47:16 >@@ -123,6 +123,8 @@ > #define _SS2 0x008e > #define _SS3 0x008f > >+#define GR_BITS 0x80808080 /* XXX: to be fixed */ >+ > static inline int > _euc_set(c) > u_int c; >@@ -202,6 +204,8 @@ > } > *string++ = _SS2; > --i; >+ /* SS2 designates G2 into GR */ >+ nm |= GR_BITS; > } else > if (m == CEI->bits[3]) { > i = len = CEI->count[3]; >@@ -212,6 +216,8 @@ > } > *string++ = _SS3; > --i; >+ /* SS3 designates G3 into GR */ >+ nm |= GR_BITS; > } else > goto CodeSet1; /* Bletch */ > while (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 28552
: 15370