class PDF::Reader::CMap

def process_bfchar_line(l)

def process_bfchar_line(l)
  m, find, replace = *l.match(/<([0-9a-fA-F]+)> <([0-9a-fA-F]+)>/)
  @map["0x#{find}".hex] = "0x#{replace}".hex if find && replace
end