ADVERTISEMENT

Macron says 'counting' on Xi to 'bring Russia to its senses'

Published Apr 6, 2023 12:40 pm
BEIJING, China - French President Emmanuel Macron said on Thursday he was counting on his Chinese counterpart Xi Jinping to "bring Russia to its senses" over its war in Ukraine. The French president, who arrived on Wednesday for a three-day state visit, has made clear he is seeking to dissuade China from supporting Russia's invasion of its neighbour. "I know I can count on you to bring Russia to its senses and everyone to the negotiating table," Macron told Xi during a bilateral meeting in Beijing. And, in a joint statement following those talks, the two leaders reaffirmed their call for peace talks between Kyiv and Moscow "as soon as possible". The two sides also reaffirmed their opposition to the use of nuclear weapons during the conflict. To coincide with their meeting, Chinese state broadcaster CCTV released a report in which Xi hailed China's "positive and steady" ties with France as the world undergoes "profound historical changes".

\- 'Major role' \-

Macron has said during his trip that Beijing can play a "major role" in finding a path to peace in the conflict and welcomed China's "willingness to commit to a resolution". Moscow poured cold water on prospects for a Chinese mediation of the conflict, insisting on Thursday it had "no choice" but to press on with its offensive. "Undoubtedly, China has a very effective and commanding potential for mediation," Kremlin spokesman Dmitry Peskov said.  "But the situation with Ukraine is complex, so far there are no prospects for a political settlement," he said. But Macron's visit to China, his first since 2019, comes as Western pressure mounts on Beijing to help push for peace in Ukraine. Beijing is officially neutral, but Xi has never condemned the Russian invasion. Xi recently went to Moscow to reaffirm his alliance with Vladimir Putin -- framed as an anti-Western front -- but has not spoken on the phone with Ukrainian President Volodymyr Zelensky. Macron, who is accompanied on his visit by European Commission chief Ursula von der Leyen, said he wants to "be a voice that unites Europe" over Ukraine, and that coming to China with her serves to "underline the consistency of this approach". Von der Leyen said in a Thursday meeting with Chinese Premier Li Qiang that relations between the EU and China had grown "complex in recent years". "It is important that we discuss all aspects of this relationship together today," she said, especially in the current "volatile geopolitical environment". Macron's talks with Xi were followed by a trilateral meeting with von der Leyen, after which the French and Chinese leaders will hold a state dinner. Macron will travel to Guangzhou in southern China to meet students on Friday, taking with him a broad delegation of top politicians, business leaders and even celebrities, including composer Jean-Michel Jarre.

\- Taiwan tensions \-

The visit comes in the face of mounting Chinese pressure on Taiwan, with the island's President Tsai Ing-wen meeting US House Speaker Kevin McCarthy in California on Wednesday. Tsai hailed the talks, saying they showed the self-ruled island was "not isolated" on the international stage. Beijing baulks at any official contact between Taipei and the rest of the world, insisting there is only "one China". Macron told journalists Wednesday he did not think his Chinese counterparts had "a desire to overreact" to the Tsai-McCarthy meeting. China had repeatedly warned both sides that the meeting should not take place and deployed an aircraft carrier near Taiwan hours before the talks went ahead. Three additional warships were detected in waters separating the island from China, Taiwan's Ministry of National Defence said on Thursday.

\- 'Strongly interconnected' \-

Macron's trip has an important economic component beyond talks on Ukraine, with the French leader keen to firm up a crucial trade partnership. Macron is accompanied by more than 50 French business leaders on his visit, including top bosses of Airbus, EDF and Veolia. And Airbus announced Thursday that it would open a second final assembly line in China that will double its production capacity in the country, with the framework for the deal signed by CEO Guillaume Faury in Beijing. Asia has become a key market for both Airbus and its US rival Boeing as demand for air travel climbs with an expanding middle class. "It makes a lot of sense for us, as the Chinese market keeps growing, to be serving local for the Chinese airlines, and probably some other customers in the region," Faury said. Von der Leyen has also pledged to raise the EU's yawning trade deficit with China during her meetings this week. "Our economies are strongly interconnected but the EU trade deficit is increasing due to discriminatory practices," she said on Twitter.

Related Tags

world news
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.