Examples
(from gnash/server/asobj/Global.cpp 1.46)
static void as_global_escape(const fn_call& fn) { // List of chars we must convert to escape sequences const string strHexDigits = "0123456789ABCDEF"; string strInput = fn.arg(0).to_string; URL::encode(strInput); fn.result->set_string(strInput.c_str); }In this, "hexdigits" is oxbow code (or oxbow data).
Read more about this topic: Oxbow Code
Famous quotes containing the word examples:
“It is hardly to be believed how spiritual reflections when mixed with a little physics can hold peoples attention and give them a livelier idea of God than do the often ill-applied examples of his wrath.”
—G.C. (Georg Christoph)
“No rules exist, and examples are simply life-savers answering the appeals of rules making vain attempts to exist.”
—André Breton (18961966)