ADVERTISEMENT

US sanctions on Myanmar military leaders inadequate: UN investigator

Published Jul 19, 2019 12:07 pm
By Reuters KUALA LUMPUR, Malaysia/DHAKA, Bangladesh - Sanctions imposed this week by the United States on Myanmar’s military leaders over human rights abuses against Rohingya Muslims do not go far enough, UN special rapporteur Yanghee Lee said on Thursday. UN Special Rapporteur on Human Rights Situation in Myanmar Yanghee Lee speaks during a news conference in Kuala Lumpur, Malaysia, July 18, 2019. (REUTERS / MANILA BULLETIN) UN Special Rapporteur on Human Rights Situation in Myanmar Yanghee Lee speaks during a news conference in Kuala Lumpur, Malaysia, July 18, 2019. (REUTERS / MANILA BULLETIN) The United States banned Myanmar military Commander-in-Chief Min Aung Hlaing, three other senior commanders, and their families from entering the United States in the strongest steps yet taken by Washington in response to the massacre of Rohingya Muslims in Myanmar. Lee said a travel ban was not enough and called for the commanders’ assets to be frozen. “They were never going to travel to the US ... let’s be realistic,” she told reporters in Kuala Lumpur. A US State Department spokeswoman defended the actions taken against members of Myanmar’s military and called on others to do the same. “We remain focused on actions that will change the behavior of the Burmese military, hold those responsible for atrocities and other abuses to account, provide justice to victims, and support democracy and prosperity in Burma,” the spokeswoman said. Lee said the sanctions - applied, in addition to Min Aung Hlaing, to his deputy Soe Win and brigadier generals Than Oo and Aung Aung - should be extended to two more military leaders identified in a UN investigators report in 2018. The report, compiled by the Independent International Fact-Finding Mission on Myanmar, had called for the six generals to be tried for genocide. A military crackdown in Myanmar in 2017 drove more than 730,000 Rohingya Muslims to flee to neighboring Bangladesh, according to UN figures. UN investigators have said Myanmar’s operation included mass killings, gang rapes, and arson and was executed with “genocidal intent.” Myanmar denies the charge. The US State Department so far has stopped short of calling the abuses genocide. Such a declaration could require Washington to impose stronger sanctions on Myanmar, where the United States has competed for influence with China. At a separate news briefing in Dhaka, the Bangladeshi capital, the International Criminal Court (ICC) deputy prosecutor James Stewart said Prosecutor Fatou Bensouda earlier this month sought permission from the ICC judges to open an investigation into alleged crimes committed against the Rohingya. “The outcome of this request is still pending and is before the court’s judges,” said Stewart, adding that he was visiting Bangladesh as part of a delegation from the Hague-based ICC to explain the judicial process to the government and other parties. Bensouda said last month she would ask ICC judges for permission to investigate crimes that had “at least one element” in Bangladesh. Bangladesh is a member of the ICC, but Myanmar is not. The UN’s Lee, speaking in Kuala Lumpur, said reports from Myanmar in recent weeks suggested that human rights violations and abuses committed by the army and insurgents against civilian populations may be getting worse. Last month, Lee said the army may be committing gross human rights violations under cover of a mobile phone blackout in Rakhine and Chin states. On Thursday, Lee said the blackout had left many villages unprepared for severe monsoon floods in the area and has hampered disaster relief and humanitarian responses to the floods.
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.