introduce $^U, a global bit to indicate whether system
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 31 Jan 2000 20:19:34 +0000 (20:19 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 31 Jan 2000 20:19:34 +0000 (20:19 +0000)
commitd41ff1b8ad987cfcb928deba4254681c1a4c0e36
tree1fe5e3007d4c0adad93b501f54394bf383983d52
parent426c1a18afb84430666a6b4f0111dbc3205bd349
introduce $^U, a global bit to indicate whether system
calls should using widechar APIs; chr and sprintf "%c" also
follow this flag in the absense of "use byte"; "use utf8"
sets $^U=1 (this appears kludgey)

p4raw-id: //depot/perl@4937
15 files changed:
embedvar.h
gv.c
intrpvar.h
lib/charnames.pm
lib/utf8.pm
mg.c
op.c
op.h
perlapi.h
pod/perlvar.pod
pp.c
sv.c
sv.h
t/lib/charnames.t
win32/win32.h