Обсуждение: Adding caron to usernames in release notes

Поиск
Список
Период
Сортировка

Adding caron to usernames in release notes

От
Bruce Momjian
Дата:
I just noticed from the commit logs that Pavel's name is spelled Pavel
Stěhule.  That mark above the e is a caron, and is explained here:

    http://en.wikipedia.org/wiki/Caron
    http://en.wikipedia.org/wiki/%C4%9A

Can anyone suggest how to get that into the release notes, considering
that we are limited to HTML4 entities in the SGML?

    http://www.w3.org/TR/html4/sgml/entities.html
    http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


Re: Adding caron to usernames in release notes

От
Alvaro Herrera
Дата:
Bruce Momjian wrote:
> I just noticed from the commit logs that Pavel's name is spelled Pavel
> Stěhule.  That mark above the e is a caron, and is explained here:
>
>     http://en.wikipedia.org/wiki/Caron
>     http://en.wikipedia.org/wiki/%C4%9A
>
> Can anyone suggest how to get that into the release notes, considering
> that we are limited to HTML4 entities in the SGML?
>
>     http://www.w3.org/TR/html4/sgml/entities.html
>     http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html

It's a Latin2 char so there's no usable representation AFAIK.  There's
an XML numeric escape but I think we cannot use those.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


Re: Adding caron to usernames in release notes

От
Bruce Momjian
Дата:
On Fri, May  3, 2013 at 01:34:45PM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I just noticed from the commit logs that Pavel's name is spelled Pavel
> > Stěhule.  That mark above the e is a caron, and is explained here:
> >
> >     http://en.wikipedia.org/wiki/Caron
> >     http://en.wikipedia.org/wiki/%C4%9A
> >
> > Can anyone suggest how to get that into the release notes, considering
> > that we are limited to HTML4 entities in the SGML?
> >
> >     http://www.w3.org/TR/html4/sgml/entities.html
> >     http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
>
> It's a Latin2 char so there's no usable representation AFAIK.  There's
> an XML numeric escape but I think we cannot use those.

OK, just confirming.  Thanks.   Sorry Pavel.  Pavel, if you would prefer
some other 'e' character we can use, please let me know.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


Re: Adding caron to usernames in release notes

От
Pavel Stehule
Дата:



2013/5/3 Bruce Momjian <bruce@momjian.us>
On Fri, May  3, 2013 at 01:34:45PM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I just noticed from the commit logs that Pavel's name is spelled Pavel
> > Stěhule.  That mark above the e is a caron, and is explained here:
> >
> >     http://en.wikipedia.org/wiki/Caron
> >     http://en.wikipedia.org/wiki/%C4%9A
> >
> > Can anyone suggest how to get that into the release notes, considering
> > that we are limited to HTML4 entities in the SGML?
> >
> >     http://www.w3.org/TR/html4/sgml/entities.html
> >     http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
>
> It's a Latin2 char so there's no usable representation AFAIK.  There's
> an XML numeric escape but I think we cannot use those.

OK, just confirming.  Thanks.   Sorry Pavel.  Pavel, if you would prefer
some other 'e' character we can use, please let me know.

I can live with it :-)

Thank you for effort

Regards

Pavel


 

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +