Dunescape

/dʌn.ɪˈskeɪp/

এস্কেপ-খোলা (এস্কেপ সিকোয়েন্সকে প্রকৃত অক্ষরে ফিরিয়ে আনা)

Origin & History

A modern computing coinage formed by adding the prefix “dun-” (used as a reversal marker in some technical jargon) to “escape,” modeled on terms like “unescape”; used informally in programming contexts.

আধুনিক কম্পিউটিং‑এ গঠিত একটি নতুন শব্দ; “escape”‑এর সঙ্গে “dun-” (কিছু টেকনিক্যাল জার্গনে উল্টো/রিভার্স বোঝাতে ব্যবহৃত) যোগ করে তৈরি, “unescape” ধরনের শব্দের অনুকরণে; প্রোগ্রামিং প্রেক্ষিতে অনানুষ্ঠানিকভাবে ব্যবহৃত।

Definition

In computing, to convert escape sequences (like \n, \t, \\) in text into the actual characters they represent; effectively the reverse of “escape” or “encode for safe representation.”

কম্পিউটিং‑এ টেক্সটের মধ্যে থাকা এস্কেপ সিকোয়েন্স (যেমন \n, \t, \\) কে তাদের প্রকৃত অক্ষরে রূপান্তর করা; অর্থাৎ “escape” বা নিরাপদভাবে প্রকাশের জন্য এনকোড করার বিপরীত প্রক্রিয়া।

Parts of Speech

Verb:
The parser will dunescape the input before validating it.
ভ্যালিডেট করার আগে পার্সারটি ইনপুটটিকে ডানএস্কেপ করবে।
Noun:
Apply a dunescape to restore the original text.
মূল টেক্সট ফিরিয়ে আনতে একটি ডানএস্কেপ প্রয়োগ করুন।

Usage Examples

After reading the JSON string, the program dunescaped the \"quoted\" segments.
JSON স্ট্রিং পড়ার পর, প্রোগ্রামটি \"quoted\" অংশগুলো ডানএস্কেপ করে।
If you dunescape too early, you may reintroduce unsafe characters into the output.
খুব তাড়াতাড়ি ডানএস্কেপ করলে, আউটপুটে আবার অনিরাপদ অক্ষর ঢুকে যেতে পারে।
The logs were stored with escaped newlines, so we had to dunescape them to read the messages.
লগগুলোতে নিউলাইন এস্কেপ করা ছিল, তাই বার্তাগুলো পড়তে আমাদের সেগুলো ডানএস্কেপ করতে হয়েছে।
This function dunescapes backslash escapes but leaves HTML entities unchanged.
এই ফাংশনটি ব্যাকস্ল্যাশ এস্কেপ ডানএস্কেপ করে, তবে HTML এনটিটি অপরিবর্তিত রাখে।

Synonyms

Unescape De-escape Decode (context-dependent) Unquote (context-dependent) Unbackslash (rare)

Related Forms

Noun
Dunescape / Dunescaping
Verb
Dunescape / Dunescapes / Dunescaped / Dunescaping
Adjective
Dunescaped

Idioms & Phrases

Dunescape the string
স্ট্রিংটি ডানএস্কেপ করা
Dunescape user input
ব্যবহারকারীর ইনপুট ডানএস্কেপ করা
Dunescape before parsing
পার্স করার আগে ডানএস্কেপ করা