Dunescape
এস্কেপ-খোলা (এস্কেপ সিকোয়েন্সকে প্রকৃত অক্ষরে ফিরিয়ে আনা)
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” বা নিরাপদভাবে প্রকাশের জন্য এনকোড করার বিপরীত প্রক্রিয়া।