Topics J-L

Japanese

Pe. Manuel Teixeira,  The Japanese in Macau ISBN 972-35-0095-7, Instituto Cultural de Macau, 1990 – In the 16th and 17th centuries, Christian Japanese found, in Macau, a home in exile and they left their mark on the architecture and art works of this city. It achieved an admirable fusion of two cultures – that of East and West. We are given details about these works and their history as well about the Japanese who lived and died in Macau. (Copy held in Library of Lusitano Club, Hong Kong. In English)

Omura Manuscript (Ancient Japanese documents on Portuguese missions to Japan)

La Salle College, Hong Kong.  Sons of La Salle Everyone : a History of La Salle College and Primary School, 1932-2007 by M Huang, Hong Kong, La Salle College Old Boys’ Association, 2007. – In its early years, La Salle’s students were mainly Macanese boys. This recent history is superbly illustrated and presented.

Lorchas  The Fighting Lorchas of Macau by J. Bosco Correa

1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');