ADVERTISEMENT

Lam says PR firms declined to help restore Hong Kong's image

Published Sep 17, 2019 04:32 pm
By the Associated Press Hong Kong leader Carrie Lam said Tuesday that the government had asked international public relations firms to help restore the city's reputation, battered by months of pro-democracy protests, but was rejected. Lam said the firms told the government that "the time is not right" as the violence and unrest in the semiautonomous Chinese territory showed no signs of ending. She didn't give details on the firms or when they were approached. Hong Kong Chief Executive Carrie Lam speaks to reporters' during a press conference at the government building in Hong Kong, Tuesday, Sept. 17, 2019. (AP Photo/Vincent Yu / MANILA BULLETIN) Hong Kong Chief Executive Carrie Lam speaks to reporters' during a press conference at the government building in Hong Kong, Tuesday, Sept. 17, 2019. (AP Photo/Vincent Yu / MANILA BULLETIN) The city's reputation was likely tarnished not just by the protests but by what many viewed as the government's slow response to the crisis. Days after more than a million people took to the streets in early June, kicking off the protests, Lam suspended an extradition bill that sparked the unrest but refused to formally withdraw it. She caved in this month after the demonstrations escalated, but the promise to ax the bill was deemed too little, too late as protesters widened their demands to include democratic reforms. "It would perhaps be not the most cost-effective way to use government resources to launch any campaign to rebuild Hong Kong's reputation, but sooner or later, we will have to do it because I have every confidence in Hong Kong's fundamentals," Lam told a news conference Tuesday. "The time will come for us to launch a major campaign to restore some of the damage done to Hong Kong's reputation," she said. Violence flared again over the weekend after an unapproved march downtown descended into familiar chaos. Hong Kong's economy, already reeling from the U.S.-China trade war, is facing its first recession in years, with tourist arrivals plunging and businesses being hit by the unrest. The government took out a full-page advertisement in the Australian Financial Review earlier this month, two days after Lam's announcement that she was formally withdrawing the bill, vowing a peaceful resolution to the conflict amid concerns of possible military intervention by China. It's the only known overseas effort by the government to assuage international jitters. Lam said the city's downgrade this week by credit ratings agency Moody's was "disappointing" but acknowledged that the continued instability has tarnished international perception of Hong Kong's financial stability. Moody's was the second agency to make the move after Fitch Rating. Lam also said that she will begin open dialogues next week with various community groups, including protesters, and that participants can freely express their views. Many protesters have said the dialogues are meaningless if the government refuses to accept their four other demands — direct elections for the city's leaders, an independent inquiry into alleged police brutality, unconditional release of protesters who have been detained and not labeling the protests as riots. Lam said not all Hong Kong citizens support the protesters' demands and reiterated that the government cannot condone violence. She said the dialogues are not one-off "gimmicks" but an important first step to resolve grievances over problems such as shortage of affordable housing and lack of jobs that contributed to the unrest. Also Tuesday, a subway train derailed during the morning rush hour, sparking rumors that it may have been caused by protesters, some of whom have vandalized subway stations in recent weeks. Transport Secretary Frank Chan urged the public not to speculate as investigations are ongoing. The fire department said eight people were injured, including five who were hospitalized.
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.