octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56805] Using unrecognized char in text result


From: anonymous
Subject: [Octave-bug-tracker] [bug #56805] Using unrecognized char in text results in infinite warning loop
Date: Mon, 26 Aug 2019 02:16:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56805>

                 Summary: Using unrecognized char in text results in infinite
warning loop
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 26 Aug 2019 06:16:32 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: bk
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Using the text function with an unknown char (not displayable?), results in an
infinite loop on my machine, showing two warnings infinitely:


text(0,0,char(169))
warning: text_renderer: skipping missing glyph for character '0'
warning: called from
    text at line 170 column 10
warning: text_renderer: skipping missing glyph for character '0'
warning: called from
    text at line 170 column 10
...


This shall display the Copyright char (C), but doesn't.

It seems to be quite similiar to #55974, but I'm unsure whether the issue has
been adressed to other sub functions in plotting since I get a different
warning.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56805>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]