# File hexja, line 326
def to_dcs(text)
  return Iconv.conv($defaultCS, 'UTF-8', text)
end