On Thu, May 10, 2012 at 04:22:40PM +0000, Tom Lane wrote: > Remove unportable use of SGML character-code entity. > > It'd be nice to be able to spell Jan Urbanski's name with the correct > accent marks, but we haven't yet found a way that works in everybody's > docs toolchain. This way definitely doesn't.
Accent-N is not available in Latin1, so we are stuck. We could do tilde-N, but that seems wrong. The good news is that this is the only name I couldn't do. We might try Asian characters someday if we had a UTF toolchain. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
