Re: Hexadecimal Dictionary

2002-02-05 Thread Randal L. Schwartz
> "Fred" == Fred Sahakian <[EMAIL PROTECTED]> writes: Fred> I know that %OD%OA is a carriage return, but I need to know what Fred> the code is for a quote mark (") as well as a few Fred> others..thanks! You don't need to know if you're using the right tools. Look into URI::Escape, found in

Re: Hexadecimal Dictionary

2002-02-05 Thread Jeremy Webster
http://www.neurophys.wisc.edu/www/comp/docs/ascii.html On Tuesday 05 February 2002 01:32 pm, Fred Sahakian wrote: > Anyone know of a good online Hexadecimal Dictionary? > > I know that %OD%OA is a carriage return, but I need to know what the code > is for a quote mark (") as wel

Re: Hexadecimal Dictionary

2002-02-05 Thread Brett W. McCoy
On Tue, 5 Feb 2002, Fred Sahakian wrote: > Anyone know of a good online Hexadecimal Dictionary? > > I know that %OD%OA is a carriage return, but I need to know what the > code is for a quote mark (") as well as a few others..thanks! perl -e 'foreach(0..127) {print

RE: Hexadecimal Dictionary

2002-02-05 Thread Hanson, Robert
ailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:32 PM To: [EMAIL PROTECTED] Subject: Hexadecimal Dictionary Anyone know of a good online Hexadecimal Dictionary? I know that %OD%OA is a carriage return, but I need to know what the code is for a quote mark (") as well as a few others..

Hexadecimal Dictionary

2002-02-05 Thread Fred Sahakian
Anyone know of a good online Hexadecimal Dictionary? I know that %OD%OA is a carriage return, but I need to know what the code is for a quote mark (") as well as a few others..thanks!