ADVERTISEMENT

Coronavirus keeps Rohingya indoors on 'genocide' anniversary

Published Aug 25, 2020 05:46 pm

Almost a million Rohingya refugees stuck in Bangladesh marked three years since escaping from Myanmar on Tuesday, with coronavirus forcing them to hold a day-long "silent protest" inside their flimsy, leaky huts.

Rohingya refugees sit outside the closed shops in a market as part of their silent protest in Kutupalong refugee camp near Ukhia on August 25, 2020. (Photo by Munir Uz zaman / AFP)

An August 2017 military operation that has triggered genocide charges at the UN's top court drove 750,000 Rohingya out of Myanmar's Rakhine state into neighbouring Bangladesh, to join 200,000 who fled earlier.

Three years later, and with no work or decent education for their children, there is little prospect of a return to Myanmar, where members of the mostly Muslim minority have long been treated as inferior intruders.

Myanmar's military "killed more than 10,000 of our people. They carried out mass murders and rapes and drove our people from their home", Mohib Ullah, a Rohingya leader in the camps, told AFP.

For the second anniversary last year, Ullah led a rally of about 200,000 protesters at Kutupalong, the largest of the network of camps in southeast Bangladesh, where 600,000 people live in cramped and unsanitary conditions.

But the Bangladeshi authorities, increasingly impatient with the Rohingya and who a year ago cut internet access in the camps, have banned gatherings because of the coronavirus pandemic.

There have been fewer than 100 reported infections and six deaths.

Silence and prayers

The sprawling camps have been cut off from the rest of Bangladesh, with the military erecting barbed-wire fences around the perimeters. Inside, movement has been restricted. 

With people marking "Genocide Remembrance Day" with silence and prayers inside their rickety homes, the camps bore a deserted look, with shops and the usually teeming tea stalls closed as heavy rain pounded the camps.

Rohingya groups have distributed leaflets and flyers and pasted posters showing Myanmar's leader Aung San Suu Kyi and its military chief Min Aung Hlaing.

One poster read: "Aung San Suu Kyi is a terrorist, not a Nobel Peace prize winner". Another called for the International Court of Justice to hang Min Aung Hlaing.

"I have been waiting for justice for the last three years," Hanufa Begum, 44, whose husband and two sons were killed in 2017, told AFP as she sat outside her shanty home.

Bangladesh has signed an agreement with Myanmar to return the refugees, but the Rohingya refuse to go back without guarantees for their safety and proper rights.

About 600,000 Rohingya remain in Myanmar, but most are not regarded as citizens, living in what Amnesty International describes as "apartheid" conditions.

Years of suffering

The Rohingya doubt the "sincerity of the Myanmar authorities", Bangladesh foreign secretary Masud bin Momen said.

Desperation had led hundreds to flee the camps for other countries this year on rickety boats often arranged by unscrupulous trafficking gangs.

"I cannot describe how much suffering we have gone through for the past three years," said Mohammad Bashar, 30, a madrasa student in Myanmar border town of Maungdaw who lost his father and uncles in 2017.

"Living here in the camps like beggars and unwanted, I often see my tree-shaded homestead, cows and my happy family in my dreams, but that world has been shattered and devastated," he told AFP.

"Myanmar needs to accept an international solution that provides for the safe, voluntary return of Rohingya refugees, while an understandably stretched Bangladesh should not make conditions inhospitable for refugees who have nowhere to go," said Brad Adams from Human Rights Watch.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.