Re: Replacing Unicode characters in HTML?

2006-06-17 Thread David A. Desrosiers
What'd be nice is a small program that would automatically find and replace the codes with the characters. That'd lose things like left and right quotes, but on a small PDA screen it makes little difference. For characters with no direct equivalent, like the lozenge, the program could allow t

Re: Replacing Unicode characters in HTML?

2006-06-17 Thread Konstantin Khomoutov
On Fri, Jun 16, 2006 at 10:24:31PM -0700, Gregg Eshelman wrote: > Is there an easy way to replace Unicode characters > in HTML with their ASCII/ANSI equivalents? > A Unicode character in an HTML file is coded like > #&0028;parenthetical statement#&0029; > In ASCII/ANSI it's > (parenthetical statem

Replacing Unicode characters in HTML?

2006-06-16 Thread Gregg Eshelman
Is there an easy way to replace Unicode characters in HTML with their ASCII/ANSI equivalents? A Unicode character in an HTML file is coded like #&0028;parenthetical statement#&0029; In ASCII/ANSI it's (parenthetical statement) Does the Plucker converter grok Unicode? What'd be nice is a small