class TTFunk::Table::OS2

def code_pages_for(subset)

def code_pages_for(subset)
  field = BitField.new(0)
  return field if subset.unicode?
  field.on(CODE_PAGE_BITS[subset.code_page])
  field
end