Module: Forkforge::Other

Includes:
Category
Defined in:
lib/forkforge/category.rb

Overview

Cc Other, Control Cf Other, Format Cs Other, Surrogate Co Other, Private Use Cn Other, Not Assigned (no characters in the file have this property)

Constant Summary collapse

TYPES =
[
  ['C.?', :all],
  ['Cc', :control],
  ['Cf', :format],
  ['Cs', :surrogate],
  ['Co', :private_use],
  ['Cn', :not_assigned] # no characters in the file have this property
]

Method Summary

Methods included from Category

included