in reply to Re: Re: Re: generating A NAME tags in HTML output
in thread generating A NAME tags in HTML output
I don't know if XML extends this, allowing other characters in "identifier" -like tokens. C and C++ lists all legal letters and idiographs in all character sets permitted in identifiers; I don't know if Perl references a formal standard, but it also allows Unicode characters in symbol names. I good first appoximation is to use the Unicode "properties" to pick letters, letter-like symbols, etc.
—John
|
|---|