[OpenBIOS] [PATCH 2/3] Fix HFS+ display for non-ASCII characters.

Tarl Neustaedter tarl-b2 at tarl.net
Wed Oct 3 17:52:33 CEST 2012


On 2012-Oct-3 08:00 , Andreas Färber wrote:
>> >+		if( ustr[1] < 0x20 || ustr[1] > 0x80 )
> ASCII didn't have the upper bit, so >= 0x80 would be more correct.
> Does this correspond to any "upstream" that we should patch as well?

Since rubout (0x7f) is also not representable, "ustr[1] >= 0x7f" might 
be even better.




More information about the OpenBIOS mailing list