[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @tieaccent{..} does not display the tie accent in HTML
From: |
Patrice Dumas |
Subject: |
Re: @tieaccent{..} does not display the tie accent in HTML |
Date: |
Fri, 27 Aug 2021 17:01:53 +0200 |
On Fri, Aug 27, 2021 at 02:45:16PM +0000, Hefferon, Jim S. wrote:
> Hello,
>
> Thank you for the software. As it says in the subject, in HTML the command
> @tieaccent{oo} results in "oo[" as shown in the online manual.
>
> https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Inserting-Accents.html
> The same command does work in PDF.
In PDF the accent is applied whether the result exists in unicode or
not, by composing characters and accents. In HTML it is done
differently, there is a table to map accented letters with unicode
chracters, if there is no mapping an ascii representation of the accent
is used. For example @ringaccent{o} has no mapping to unicode, so is
converted as 'o*'. We also have some unicode diacritics for the accent
commands, but I think that it does not really work to use those and
simply hope to have composition.
What HTML output would you expect for @tieaccent{oo}? Are you aware of
a way to have composition of letter and diacritics in HTML?
--
Pat
- @tieaccent{..} does not display the tie accent in HTML, Hefferon, Jim S., 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML,
Patrice Dumas <=
- Re: @tieaccent{..} does not display the tie accent in HTML, Hefferon, Jim S., 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Patrice Dumas, 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Per Bothner, 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Patrice Dumas, 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Per Bothner, 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Patrice Dumas, 2021/08/27
- Re: @tieaccent{..} does not display the tie accent in HTML, Per Bothner, 2021/08/30
- Re: @tieaccent{..} does not display the tie accent in HTML, Gavin Smith, 2021/08/30
- Re: @tieaccent{..} does not display the tie accent in HTML, Patrice Dumas, 2021/08/31
- Re: @tieaccent{..} does not display the tie accent in HTML, Per Bothner, 2021/08/31