Re: [lang] StringEscapeUtils

2003-03-31 Thread Stephen Colebourne
From: "Alex Chaffee / Purple Technology" <[EMAIL PROTECTED]> > There are a few nitpicky issues I'd like some consensus on: > > * StringEscapeUtils is a bit much to type for a quick static API call > -- should we rename it EscapeUtils? It's not like there will be any > other type of Escape... I p

RE: [lang] StringEscapeUtils

2003-03-31 Thread SPRINGER,IAN (HP-NewJersey,ex1)
| >* escapeJava now uses lowercase letters for hex codes. Are there any | > feelings about switching to capital letters? I prefer caps (like | > \uCAFE instead of \ucafe) but I could go either way. I would vote for using uppercase, because this is what Sun uses throughout the JDK. --Ian

RE: [lang] StringEscapeUtils

2003-03-31 Thread Shapira, Yoav
Howdy, A couple of comments, and a request: see intermixed. >I've checked in my first pass at StringEscapeUtils. It handles Java, >JavaScript, and HTML entity escaping and unescaping. Great -- thank you for contributing ;) >* StringEscapeUtils is a bit much to type for a quick static API call

Re: [lang] StringEscapeUtils

2003-03-30 Thread Henri Yandell
On Sun, 30 Mar 2003, Alex Chaffee / Purple Technology wrote: > There are a few nitpicky issues I'd like some consensus on: > > * StringEscapeUtils is a bit much to type for a quick static API call > -- should we rename it EscapeUtils? It's not like there will be any > other type of Escape...