Egypt protest calls largely unheeded

CAIRO — Egyptian police quashed a few small protests across the country on Friday and arrested hundreds of protesters as calls for an uprising against the rising prices largely went unheeded.

Police rounded up at least 325 protesters across the country, a security official said.

In Cairo, where police had deployed in force in anticipation of protests, 70 alleged demonstrators were arrested.

Police also quickly scattered several dozen protesters who assembled in the port city of Suez.

There had been calls on social media, backed by the banned Muslim Brotherhood opposition group, for protests on Friday against rising prices and President Abdel Fattah Al Sisi.

Ahead of Friday, the interior ministry had announced the arrests of alleged Brotherhood members planning violence on the day.

Unlicensed protests had been banned in Egypt after the military overthrew Islamist president Mohamed Morsi in 2013 and cracked down on his followers.

Clashes between security forces and pro-Morsi protesters in the following months killed hundreds of his supporters, and thousands have been jailed.

Meanwhile, an insurgency has killed hundreds of policemen and soldiers, and also targeted tourists, further battering the country’s economy.

After months of a dollar crunch that caused a slump in imports, Egypt last week floated the pound, drastically depreciating its value.

Inflation, currently at 14 per cent, is expected to rise.

The government said the move, part of an austerity programme in tandem with a $12 billion IMF loan, could no longer be postponed.

The IMF approved the three-year loan Friday, and said it would release $2.75 billion immediately, with further disbursements dependent on economic performance and the implementation of reforms.

Previous governments in Cairo had been wary of austerity measures, fearing they could spark unrest.
But many Egyptians are weary after years of tumult in which the country saw two presidents deposed, and have little appetite for more protests.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });