Hi,
I made the following modifications to utf8.c :
#ifdef EBCDIC
uv = NATIVE_TO_UTF(uv);
#endif
I get the following output from gmake :
--
`sh cflags "optimize='-g'" utf8.o` utf8.c
CCCMD = c89 -DPERL_CORE -c -DMAXSIG=38
-DOEMVS -D_OE_S
I forgot to attach the configpm output in the previous
mail.
Thanks
Note: forwarded message attached.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com --- Begin Message ---
Hi,
I made the fol
On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote:
> Hi,
> I made the following modifications to utf8.c :
> #ifdef EBCDIC
> uv = NATIVE_TO_UTF(uv);
> #endif
Where in utf8.c? Your description of what you changed is inadequate for
anyone else to understand the context of your change
--- Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi
> das wrote:
> > Hi,
> > I made the following modifications to utf8.c :
> > #ifdef EBCDIC
> > uv = NATIVE_TO_UTF(uv);
> > #endif
>
> Where in utf8.c? Your description of what you
> changed i
On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi das wrote:
> The change is in the fn Perl_utf8n_to_uvuni :
> ---
> .
>
>
> #define UTF8_WARN_LONG 8
> #define UTF8_WARN_ 9 /*
> Also FFFE. */
>
> if (curlen ==
--- Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi
> das wrote:
>
> > The change is in the fn Perl_utf8n_to_uvuni :
> > ---
> > .
> >
> >
> > #define UTF8_WARN_LONG 8
> > #define UTF8_WARN_
--- Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 08:12:16AM -0700, rajarshi
> das wrote:
>
> > I basically want to know if there are alternate
> ways
> > of representing barewords (as I mentioned in
> question
> > 2) above) ?
>
> No. By definition there can not be.
> Yo
--- Dave Mitchell <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas
> Clark wrote:
> > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi
> das wrote:
> > > Hi,
> > > I made the following modifications to utf8.c :
> > > #ifdef EBCDIC
> > > uv = NATIVE_TO_UTF(u
On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas Clark wrote:
> On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote:
> > Hi,
> > I made the following modifications to utf8.c :
> > #ifdef EBCDIC
> > uv = NATIVE_TO_UTF(uv);
> > #endif
>
> Where in utf8.c? Your description of what yo
On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi das wrote:
> Yes, the second call to NATIVE_TO_UTF is still present
> in the modified code. Typically, one wouldnt want to
> do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is what I
> am doing due to the second call. But does that make a
> difference
--- Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi
> das wrote:
>
> > Yes, the second call to NATIVE_TO_UTF is still
> present
> > in the modified code. Typically, one wouldnt want
> to
> > do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is
> what I
>
11 matches
Mail list logo