Skip to content
  • Yukihiro "Matz" Matsumoto's avatar
    74bdae9e
    mruby-encoding: add Poorman's Encoding gem · 74bdae9e
    Yukihiro "Matz" Matsumoto authored
    The difference from CRuby's Encoding:
    
    - Encoding is a module, instead of a class
    - each Encoding (e.g. `Encoding::UTF_8) is a string instead of Encoding object
    - only supports  `UTF-8` and `ASCII-8BIT` (and its alias `BINARY`)
    
    Using this gem automatically turn on `MRB_UTF8_STRING` support.
    74bdae9e
    mruby-encoding: add Poorman's Encoding gem
    Yukihiro "Matz" Matsumoto authored
    The difference from CRuby's Encoding:
    
    - Encoding is a module, instead of a class
    - each Encoding (e.g. `Encoding::UTF_8) is a string instead of Encoding object
    - only supports  `UTF-8` and `ASCII-8BIT` (and its alias `BINARY`)
    
    Using this gem automatically turn on `MRB_UTF8_STRING` support.
Loading