Module: UTF8Utils

Defined in:
lib/utf8_utils.rb,
lib/utf8_utils/version.rb

Overview

Wraps a string as an array of bytes and allows some naive cleanup operations as a workaround for Ruby 1.9’s crappy encoding support that throws exceptions when attempting to access UTF8 strings with invalid characters.

Defined Under Namespace

Modules: Version Classes: Codepoint, Codepoints