[Bug 1925256] Re: dollar symbol is not translated

2021-04-21 Thread Dmitry Shachnev
You are right. Dollar is not in the list of HTML entities supported by
Qt's built-in HTML renderer:

https://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/text/qtexthtmlparser.cpp?h=5.15#n62

…but it will be rendered if WebKit or WebEngine renderer is in use,
which can be enabled from the Edit menu.

In fact, dollar is part of standard QWERTY keyboard layout, so it's
mostly useless in the symbols menu. I have replaced it with euro in
https://github.com/retext-project/retext/commit/c5c6ce035432ecaa, which
is present in 7.1.0 and newer releases (so fixed in Ubuntu 20.04 LTS).

** Changed in: retext (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1925256

Title:
  dollar symbol is not translated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1925256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1925256] Re: dollar symbol is not translated

2021-04-20 Thread psl
** Description changed:

  ReText 7.0.1
  Ubuntu 18.04.5
  
  dolar symbol is in the menu of symbols, it inserts entity  to
  the text. In preview mode, I still see  in the result. It looks
  like a bug, like this symbol is unknown to markdown compiler.
  
  Compare with  or  those are not in the menu for symbols...
  These work, I see CENT and EURO symbol in preview mode. Well, I tried
  all symbols in the menu but only  is not translated.
+ 
+ # DEMO
+ 
+ * cent: 
+ * dollar: 
+ * euro: 
+ * divide: 

** Description changed:

  ReText 7.0.1
  Ubuntu 18.04.5
  
  dolar symbol is in the menu of symbols, it inserts entity  to
  the text. In preview mode, I still see  in the result. It looks
  like a bug, like this symbol is unknown to markdown compiler.
  
  Compare with  or  those are not in the menu for symbols...
  These work, I see CENT and EURO symbol in preview mode. Well, I tried
  all symbols in the menu but only  is not translated.
  
+ 
  # DEMO
  
  * cent: 
- * dollar: 
+ * dollar: 
  * euro: 
  * divide: 

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1925256

Title:
  dollar symbol is not translated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1925256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs