parrotcode: Untitled | |
Contents | C |
src/charset/iso-8859-1.c
This file implements the charset functions for iso-8859-1 data
static void set_graphemes
static STRING *to_latin1
static STRING *to_unicode
static STRING *to_charset
static STRING *compose
static STRING *decompose
static void upcase
static void downcase
static void titlecase
static void upcase_first
static void downcase_first
static void titlecase_first
static UINTVAL validate
static INTVAL is_cclass
static INTVAL find_cclass
static INTVAL find_not_cclass
static STRING *string_from_codepoint
const CHARSET *Parrot_charset_iso_8859_1_init
STRING *charset_cvt_iso_8859_1_to_ascii
|