bugGNU GRUB - Bugs: bug #34769, videotest: the sample text is wrong

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #34769: videotest: the sample text is wrong

Submitter:  NODA Kai <nodakai>
Submitted:  Mon 07 Nov 2011 10:59:19 AM UTC
   
 
Category:  User Interface Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  NODA, Kai
Open/Closed:  Closed Release:  Bazaar - trunk
Release:  Reproducibility:  Every Time
Planned Release:  None

Mon 07 Nov 2011 10:59:19 AM UTC, original submission:  

http://bzr.savannah.gnu.org/lh/grub/trunk/grub/annotate/head:/grub-core/commands/videotest.c#L116

       U+2124      set 'Z' symbol (integers)      E2 84 A4
       U+2287      subset symbol                  E2 8A 87
       U+211D      set 'R' symbol (real numbers)  E2 84 9D  */
    str =
      "Unicode test: happy\xE2\x98\xBA \xC2\xA3 5.00"
      " \xC2\xA1\xCF\x84\xC3\xA4u! "
      " \xE2\x84\xA4\xE2\x8A\x87\xE2\x84\x9D";

In the last line of the sample text, Z \subset R is intended.
However \subset is U+2286 rather than U+2287.

cf. http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=2286&mode=hex

Due to this error the statement is inverted.

NODA Kai <nodakai>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by phcoder (Updated the item)
  • -email is unavailable- added by nodakai (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-01 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code