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 #537

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

Re: [LONG] Possible utf8 implementation #537

p5pRT opened this issue Sep 20, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Sep 20, 1999

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

Searchable as RT1385$

@p5pRT
Copy link
Author

p5pRT commented Sep 20, 1999

From The RT System itself

What happens if the literal charactesr "\" "x" are output? Does it
get converted to "\" "\" "x"?

I don't mind the \x behaviour for error messages, but I'd really hate
for it to happen when I'm writing what I think is raw data onto a rawsocket,
and the data happens to contain unicode characters.

Especially if I send out '"Content-length​: ". length($var) ."\r\n"' before.

If the socket is in raw data mode, and I don't have "use bytes;" in effect,
it had _better_ die if I try to send a UTF8 string on the wire....

mark

--
markm@​nortelnetworks.com/mark@​mielke.cc/markm@​ncf.ca __________________________
. . _ ._ . . .__ . . ._. .__ . . . .__ | CUE Development (4Y21)
|\/| |_| |_| |/ |_ |\/| | |_ | |/ |_ | Nortel Networks
| | | | | \ | \ |__ . | | .|. |__ |__ | \ |__ | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
  and in the darkness bind them...

  http​://mark.mielke.cc/

@p5pRT p5pRT closed this as completed Apr 22, 2003
@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