all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob f54d55241dfac384829d0783dd18498bf8df18eb 562 bytes (raw)
name: lisp/progmodes/cperl-mode-resources/cperl-bug-22355.pl 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
# The source file contains non-ASCII characters, supposed to be saved
# in UTF-8 encoding.  Tell Perl about that, just in case.
use utf8;

# Following code is the example from the report Bug#22355 which needed
# attention in perl-mode.

printf qq
{<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
 <Document>
  <Folder><name>台灣 %s 廣播電台</name>
  <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 %d-%02d-%02d]]></description>
}, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;

debug log:

solving f54d55241dfac384829d0783dd18498bf8df18eb ...
found f54d55241dfac384829d0783dd18498bf8df18eb in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.