Menu
Home
People
Places
Arts
History
Plants & Animals
Science
Life & Culture
Technology
Reference.org
Oxbow code
open-in-new
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, "strHexDigits" is oxbow code (or oxbow data).
See also
Dead code
Unreachable code