| parrotcode: Untitled | |
| Contents | C |

src/charset/iso-8859-1.c

This file implements the charset functions for iso-8859-1 data
static void set_graphemesreplace_count graphemes in STRING source_string starting at offset offset.
Gets the replacement graphemes from STRING insert_string.static STRING *to_latin1src to Latin1 in STRING dest.static STRING *to_unicodesrc to unicode STRING dest.static STRING *to_charsetsrc to an ISO-8859-1 STRING dest.static STRING *composesrc and return the copy.static STRING *decomposestatic void upcasesource_string to upper case,
for those graphemes that support cases.static void downcasesource_string to lower-case,
for those graphemes that support cases.static void titlecasesource_string to title case,
for those graphemes that support cases.static void upcase_firstsource_string to upper case,
if it supports cases.static void downcase_firstsource_string to lower case,
if the grapheme supports lower case.static void titlecase_firstsource_string to title case,
if the grapheme supports case.static UINTVAL validatesrc is a valid ISO-8859-1 STRING.
Returns 0 otherwise.static INTVAL is_cclassstatic INTVAL find_cclassstatic INTVAL find_not_cclassstatic STRING *string_from_codepointcodepoint.const CHARSET *Parrot_charset_iso_8859_1_initSTRING *charset_cvt_iso_8859_1_to_asciisrc in ISO-8859-1 to ASCII STRING dest.
|
|
|