* At least pretend to support all unicode blocks, and don't make such

obvious lies.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29867 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-04-02 10:15:14 +00:00
parent 339676b608
commit 9fffb1c294

View File

@ -866,7 +866,7 @@ unicode_block
BFont::Blocks() const BFont::Blocks() const
{ {
// TODO: Add Block support // TODO: Add Block support
return unicode_block(); return unicode_block(~0LL, ~0LL);
} }