// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
28.3 C
Singapore

Malaysia to study ICJ death penalty case in Singapore thoroughly

The Malaysian Ministry of Foreign Affairs, in a response to an appeal to bring the death sentence handed over to a Malaysian in Singapore, to the International Court of Justice (ICJ) said it will study the request thoroughly since it involves the neighbouring nation’s judicial integrity.

In a letter to the applicants lawyers, Messrs DAIM & GAMANY dated 1 February 2017, Wisma Putra said the applications was duly brought to the attention of the Right Honourable Minister.

It said the Ministry of Foreign Affairs has been informed of the firm’s decision to bring this case to the attention of the International Court of Justice.

However, it said this option will be studied in more detail in due course as this matter involves the internal affairs of SIngapore and the transparency of their judicial system.

The matter involves the case of Datchinamurthy s/o Kataiah, a Malaysian citizen facing the death penalty in Singapore pursuant to his conviction under Section 5(1) (a) of the Misuse of Drugs Act (CAP 185) on 1 April 2015.

See also  Young resident tells the SDP that the current government is “more concerned about money politics than the welfare of our citizens”

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });