﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
112	Sometimes A is not equal to ASCII(Char(A))	request	Víctor de Buen Remiro	"// Sometimes A is not equal to ASCII(Char(A))

Real ascii01 = 130;
Real ascii02 = ASCII(Char(130));

Real ctr01 = If(EQ(ascii01,ascii02),
                { WriteLn(""\nare equal""); TRUE },
                { WriteLn(""\nare not equal""); TRUE });


Set  View([[ascii01, ascii02]], """");


// If a character is not a classic byte 0..255 then
// this must appear very clear"	defect	closed	normal		Text	head	minor	fixed		
