Re: browsers translate characters?

> I assume these map to ASCII.  Does anyone know where there is a 
> reference with these values?

Your programming language should be able to translate an integer to a 
character. Turn the hex digits into an integer, then that into a 
character, and there ya go.  --Darren

Received on Thursday, 8 June 1995 12:06:25 UTC