ADVERTISEMENT

UN rights chief says Rohingya refugees unable to return

Published Aug 17, 2022 10:24 pm

DHAKA, Bangladesh -- UN rights chief Michelle Bachelet said Wednesday that it remained unsafe for Rohingya refugees to return to their homes in Myanmar, nearly five years after a crackdown there sparked an exodus to neighbouring Bangladesh.

United Nations High Commissioner for Human Rights Michelle Bachelet (C) visits a Rohingya refugee camp in Ukhia on August 16, 2022. Bangladeshi activists said on August 15 they briefed the visiting Bachelet on gross violations including extrajudicial killings and disappearances under Prime Minister Sheikh Hasina. AFP

Nearly a million members of the mostly Muslim minority live in a sprawling and squalid patchwork of refugee settlements near Bangladesh's southern coast.

Most fled their homes after a 2017 Myanmar army offensive that is now subject to a landmark genocide case at the UN's top court.

Five years later, the refugees refuse to go back without guarantees for their safety and rights in Myanmar, which is now ruled by a military junta after the ouster of its civilian government last year.

Bachelet met with Rohingya community members during a tour of the camps on Tuesday and said they had expressed "resounding hope" that they would be able to go back to their homes.

"Unfortunately the current situation across the border means that the conditions are not right for returns," Bachelet told reporters in the Bangladeshi capital Dhaka.

"Repatriation must always be conducted in a voluntary and dignified manner, only when safe and sustainable conditions exist in Myanmar."

Bangladesh has become increasingly impatient with the presence of its huge refugee population, and Bachelet said she was concerned about "increasing anti-Rohingya rhetoric" and scapegoating of the community.

She added that many refugees were fearful for their safety due to the activity of armed groups and criminal gangs.

Security has been a constant issue in the camps, with scores of killings, kidnappings and police dragnets targeting drug trafficking networks.

Two Rohingya community leaders were shot dead earlier this month, allegedly by an insurgent group active in the camps that has been accused of murdering political opponents.

Bachelet was on a four-day visit to Bangladesh before her term as UN high commissioner for human rights ends later this month.

While touring the camps on Tuesday, she urged the international community to continue to support the Rohingya despite heightened global focus on more recent crises.

She added that the Russian invasion of Ukraine was being keenly felt among the Rohingya, with global food prices soaring and driving up the costs of supporting a population dependent on humanitarian aid.

"I would insist that the international community don't abandon the Rohingyas and continue supporting and even looking at if they can scale up and support, because of the consequences of the war," she said.

- 'Serious allegations' -

Bachelet is the first UN rights chief to visit Bangladesh and her trip included meetings with local activists to discuss accusations of gross abuses by security forces, including extrajudicial killings.

Campaigners say that under Prime Minister Sheikh Hasina, the country's security forces have killed thousands of people in staged shootouts, while hundreds of others have disappeared.

"I raised my deep concern about these serious allegations with government ministers and highlighted the need for an impartial, independent and transparent investigation into these allegations," Bachelet told reporters.

In December, the United States imposed sanctions on the country's elite Rapid Action Battalion police force as well as seven top security officers, including the national police chief, over allegations of gross human rights violations.

The government denies the accusations of disappearances and extrajudicial killings, with one minister saying that some of those who went missing had in fact fled Bangladesh.

Related Tags

Michelle bachelet united-nations Rohingya Refugees
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.