ADVERTISEMENT

Singapore executes mentally disabled man despite outcry

Published Apr 27, 2022 10:04 am

People display placards and led lights during a vigil for Malaysian national Nagaenthran K. Dharmalingam, sentenced to death for trafficking heroin into Singapore, at Speakers corner in Singapore on April 25, 2022. Roslan RAHMAN / AFP

SINGAPORE, Singapore – A mentally disabled Malaysian man was executed in Singapore on Wednesday, his family said, after losing a long legal battle and despite a storm of international criticism and appeals for clemency.

Nagaenthran K. Dharmalingam was arrested in 2009 for trafficking a small amount of heroin into the city-state, which has some of the world's toughest drugs laws, and handed a death sentence the following year.

The plan to hang him sparked widespread criticism due to concerns about his intellectual disabilities, with the United Nations, European Union and British billionaire Richard Branson among those condemning it.

"It is unbelievable that Singapore proceeded with the execution despite international appeals to spare his life," his sister Sarmila Dharmalingam told AFP.

The 34-year-old was executed in the early hours, she said from Malaysia, leaving her family "extremely saddened" and "in a state of shock".

Nagaenthran spent more than a decade mounting legal challenges, but they were dismissed by Singapore's courts, and the city-state's president rejected appeals for clemency.

His body will be brought back to the Malaysian city of Ipoh for burial, his sister said. Singaporean authorities did not respond to requests for comment.

Reprieve, an NGO that campaigns against the death penalty, said Nagaenthran was "the victim of a tragic miscarriage of justice".

"Hanging an intellectually disabled, mentally unwell man... is unjustifiable and a flagrant violation of international laws that Singapore has chosen to sign up to," said the group's director, Maya Foa.

- 'Inhumane' -

Nagaenthran was originally scheduled to be hanged in November but that was delayed as he sought to appeal on the grounds that executing someone with mental disabilities contravenes international law.

He was arrested aged 21 as he tried to enter Singapore with a bundle of heroin weighing about 43 grams (one and a half ounces) -- equivalent to about three tablespoons.

Supporters say he has an IQ of 69, a level recognised as a disability, and was coerced into committing the crime.

But authorities have defended his conviction, saying legal rulings found he knew what he was doing at the time of the offence.

His mother mounted a desperate 11th-hour legal challenge on Tuesday, but it was swiftly rejected by a judge, prompting his relatives to break down in tears in court.

In an interview with AFP on Tuesday, Branson had urged Singaporean President Halimah Yacob to grant Nagaenthran clemency, calling the death penalty "inhumane".

After exhausting the usual appeals process, presidential clemency was the only avenue remaining to halt the execution.

Nagaenthran's case has sparked concerns in some quarters in Singapore, and hundreds of demonstrators attended two protests against the hanging in recent weeks.

Protests are rare in tightly controlled Singapore. Without prior police approval, the only place they can be held is in one downtown park.

Vigils and small protests have also been held in Malaysia, and the country's king and prime minister had both appealed for Nagaenthran's life to be spared.

A petition calling for Singapore's president to grant him clemency garnered more than 100,000 signatures.

The city-state resumed executions last month after a hiatus of more than two years, when it executed another drug trafficker.

Activists now fear authorities are set to embark on a wave of hangings as several other death-row convicts have recently had appeals rejected.

Another Malaysian drug trafficker is scheduled to be hanged on Friday.

Despite mounting pressure to abolish the death penalty, Singapore insists capital punishment is an effective deterrent against crime.

The city-state has a low crime rate, and believes the death penalty has helped keep it one of the safest places in Asia.

Related Tags

death penalty mental disability Singapore
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.