If I check existing "ABC" attribute by "abc" string then method HasAttribute()
return False.
But method GetAttributeByName() return proper value.
Problem is with compare way, in HasAttribute is:
if AttributeName[i] = AName then
but in GetAttributeByName() is:
if Utf8CompareText(A.Name, AName) = 0 then
Please update HasAttribute to use Utf8CompareText function()
Original issue reported on code.google.com by jac....@gmail.com on 8 Nov 2014 at 8:44
Original issue reported on code.google.com by
jac....@gmail.com
on 8 Nov 2014 at 8:44