Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: [LONG] Possible utf8 implementation #548

Closed
p5pRT opened this issue Sep 20, 1999 · 2 comments
Closed

Re: [LONG] Possible utf8 implementation #548

p5pRT opened this issue Sep 20, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 20, 1999

Migrated from rt.perl.org#1396 (status was 'resolved')

Searchable as RT1396$

@p5pRT
Copy link
Author

p5pRT commented Sep 20, 1999

From The RT System itself

Yes. About your "no die insided die" question​: do it simple *now*.
Use a global variable PL_die_on_non_byte = 1; and inside the croaker
do

  SAVEINT(PL_die_on_non_byte);
  PL_die_on_non_byte = 0;
  do-operations;
  PL_die_on_non_byte = 1;

In a stategic place.

Ilya

@p5pRT
Copy link
Author

p5pRT commented Apr 22, 2003

@iabyn - Status changed from 'stalled' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant