class Reline::Unicode

def self.get_mbchar_width(mbchar)

def self.get_mbchar_width(mbchar)
  Unicode::DisplayWidth.of(mbchar, Reline.ambiguous_width)
end