Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 12:53:05PM -0700, Per Bothner wrote: > > > On 8/27/21 12:35 PM, Patrice Dumas wrote: > > > Just generate 'oo͡o' and be done with it. > > > (I would prefer using the hex value - one reason is it's easier to search > > > for its meaning.) > > > > For now we use numerical e

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Per Bothner
On 8/27/21 12:35 PM, Patrice Dumas wrote: Just generate 'oo͡o' and be done with it. (I would prefer using the hex value - one reason is it's easier to search for its meaning.) For now we use numerical entities everywhere. If this changes, it should be everywhere too. Using numerical enti

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 10:31:45AM -0700, Per Bothner wrote: > > > On 8/27/21 10:21 AM, Patrice Dumas wrote: > > > I don't really have a good answer, of course. I'd think to try U+0361 or > > > its HTML equivalent, as my test here > > >test o͡o test o͡o > > > but I honestly have no idea wh

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Per Bothner
On 8/27/21 10:21 AM, Patrice Dumas wrote: I don't really have a good answer, of course. I'd think to try U+0361 or its HTML equivalent, as my test here test o͡o test o͡o but I honestly have no idea which browsers show what, and which fonts support the character ... Actually, this look

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 03:30:22PM +, Hefferon, Jim S. wrote: > > Patrice, > > Thank you for the reply. > > I don't really have a good answer, of course. I'd think to try U+0361 or its > HTML equivalent, as my test here > test o͡o test o͡o > but I honestly have no idea which browsers sh

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Hefferon, Jim S.
Patrice, Thank you for the reply. I don't really have a good answer, of course. I'd think to try U+0361 or its HTML equivalent, as my test here test o͡o test o͡o but I honestly have no idea which browsers show what, and which fonts support the character ... Perhaps, though, the compiler c

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 02:45:16PM +, 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/Insertin

@tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Hefferon, Jim S.
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. Regards, Jim ...