<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mobile and gis dev notes &#187; china</title>
	<atom:link href="http:///wordpress/tag/china/feed/" rel="self" type="application/rss+xml" />
	<link>/wordpress</link>
	<description>by rupert</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Chinese Debian Repository</title>
		<link>/wordpress/2008/11/chinese-debian-repository/</link>
		<comments>/wordpress/2008/11/chinese-debian-repository/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:34:33 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[china]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">/wordpress/?p=282</guid>
		<description><![CDATA[Its been a long time I have not updated debian. Now, debian.cn99.com is not working. However, there is a new mirror in town.. www.anheng.com.cn. http://www.debian.org/mirror/list]]></description>
			<content:encoded><![CDATA[<p>Its been a long time I have not updated debian. Now, debian.cn99.com is not working. However, there is a new mirror in town.. www.anheng.com.cn. </p>
<p><a href="http://www.debian.org/mirror/list">http://www.debian.org/mirror/list</a></p>
]]></content:encoded>
			<wfw:commentRss>/wordpress/2008/11/chinese-debian-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Chinese Font for Mapserver</title>
		<link>/wordpress/2008/07/installing-chinese-font-for-mapserver/</link>
		<comments>/wordpress/2008/07/installing-chinese-font-for-mapserver/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:02:31 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[china]]></category>
		<category><![CDATA[mapserver]]></category>

		<guid isPermaLink="false">/wordpress/?p=206</guid>
		<description><![CDATA[We wanted to use a different font for mapserver which is Microsoft Yahei instead of zysong. Apparently, mapserver have some issues with path problems or with the ttf having more than one word as a font name. Thanks to Martin Hosken&#8217;s perl modules for fonts, we were able to rename the Microsoft Yahei TTF to [...]]]></description>
			<content:encoded><![CDATA[<p>We wanted to use a different font for mapserver which is <em>Microsoft Yahei</em> instead of <em>zysong</em>. Apparently, mapserver have some issues with path problems or with the ttf having more than one word as a font name. </p>
<p>Thanks to <a href="http://search.cpan.org/~mhosken/">Martin Hosken&#8217;s perl modules for fonts</a>, we were able to rename the Microsoft Yahei TTF to msyh.ttf.</p>
<p>1. Download: (a) Font-TTF-0.45 (b) Font-TTF-Scripts-0.11.1</p>
<p>2. Unzip</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#perl Makefile.pl</span>
<span style="color: #666666; font-style: italic;">#make</span>
<span style="color: #666666; font-style: italic;">#make install</span></pre></div></div>

<p>3. ttfname</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rupert:Desktop rupert$ ttfname
Usage:
ttfname <span style="color: #7a0874; font-weight: bold;">&#91;</span>-f <span style="color: #ff0000;">&quot;full_name&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;name&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>-t num<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>-q<span style="color: #7a0874; font-weight: bold;">&#93;</span> infile.ttf outfile.ttf 
Renames the TTF with the given name and outputs the newly named font to out.ttf.
Options:
      <span style="color: #660033;">-f</span> <span style="color: #ff0000;">&quot;name&quot;</span>   specifies new full name <span style="color: #7a0874; font-weight: bold;">&#40;</span>optional<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #c20cb9; font-weight: bold;">as</span> opposed to the
                  default calculated form.
      <span style="color: #660033;">-l</span> lang     language number to use <span style="color: #7a0874; font-weight: bold;">&#40;</span>default all langs<span style="color: #7a0874; font-weight: bold;">&#41;</span>
                  <span style="color: #000000; font-weight: bold;">if</span> specified name entries will be added <span style="color: #000000; font-weight: bold;">for</span> all platforms and
                      encodings covered by the cmap <span style="color: #000000; font-weight: bold;">if</span> not already there
      <span style="color: #660033;">-n</span> <span style="color: #ff0000;">&quot;name&quot;</span>   specifies new font family name <span style="color: #7a0874; font-weight: bold;">&#40;</span>not optional<span style="color: #7a0874; font-weight: bold;">&#41;</span>
      <span style="color: #660033;">-q</span>          disable signon message
      <span style="color: #660033;">-s</span> filename overrides <span style="color: #660033;">-n</span> and gets string from file. Useful <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #660033;">-t</span>
      <span style="color: #660033;">-t</span> num      overrides the normal naming areas to change another
                  string <span style="color: #660033;">-f</span> becomes inactive.
<span style="color: #666666; font-style: italic;">#ttfname -f &quot;Microsoft YaHei&quot; -n &quot;msyh&quot; Microsoft\ YaHei.ttf msyh.ttf</span></pre></div></div>

<p><img src="/wordpress/wp-content/uploads/2008/07/picture-11.png" alt="Picture 1.png" border="0" width="280" height="262" /></p>
]]></content:encoded>
			<wfw:commentRss>/wordpress/2008/07/installing-chinese-font-for-mapserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where on earth is Beijing, China?</title>
		<link>/wordpress/2007/07/projections/</link>
		<comments>/wordpress/2007/07/projections/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 22:39:00 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[GDAL/OGR]]></category>
		<category><![CDATA[china]]></category>

		<guid isPermaLink="false">/wordpress/?p=67</guid>
		<description><![CDATA[Beijing China is located in EPSG:32650, UTM ZONE 50N on WGS84. UTM ZONE of the WORLD. List of EPSG Codes EPSG:4267 NAD27 EPSG:26710 NAD27 / UTM zone 10N EPSG:26711 NAD27 / UTM zone 11N EPSG:26712 NAD27 / UTM zone 12N EPSG:26713 NAD27 / UTM zone 13N EPSG:26714 NAD27 / UTM zone 14N EPSG:26715 NAD27 / [...]]]></description>
			<content:encoded><![CDATA[<p>Beijing China is located in <strong>EPSG:32650, UTM ZONE 50N on WGS84</strong>. <a href="http://www.dmap.co.uk/utmworld.htm">UTM ZONE of the WORLD</a>.</p>
<p><a href="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/07/utmworld.gif" title="UTM WORLD"><img src="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/07/utmworld.thumbnail.gif" alt="UTM WORLD" /></a></p>
<p><a href="http://www.gov.ns.ca/geonova/services/nstdb_wms.asp">List of EPSG Codes</a></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">EPSG:4267 NAD27
EPSG:26710 NAD27 / UTM zone 10N
EPSG:26711 NAD27 / UTM zone 11N
EPSG:26712 NAD27 / UTM zone 12N
EPSG:26713 NAD27 / UTM zone 13N
EPSG:26714 NAD27 / UTM zone 14N
EPSG:26715 NAD27 / UTM zone 15N
EPSG:26716 NAD27 / UTM zone 16N
EPSG:26717 NAD27 / UTM zone 17N
EPSG:26718 NAD27 / UTM zone 18N
EPSG:26719 NAD27 / UTM zone 19N
EPSG:26720 NAD27 / UTM zone 20N
EPSG:26721 NAD27 / UTM zone 21N
EPSG:26722 NAD27 / UTM zone 22N
EPSG:26703 NAD27 / UTM zone 3N
EPSG:26704 NAD27 / UTM zone 4N
EPSG:26705 NAD27 / UTM zone 5N
EPSG:26706 NAD27 / UTM zone 6N
EPSG:26707 NAD27 / UTM zone 7N
EPSG:26708 NAD27 / UTM zone 8N
EPSG:26709 NAD27 / UTM zone 9N
EPSG:4269 NAD83
EPSG:26930 NAD83 / Alabama West
EPSG:26987 NAD83 / Massachusetts Island
EPSG:26986 NAD83 / Massachusetts Mainland
EPSG:32118 NAD83 / New York Long Island
EPSG:32128 NAD83 / Pennsylvania North
EPSG:32129 NAD83 / Pennsylvania South
EPSG:26910 NAD83 / UTM zone 10N
EPSG:26911 NAD83 / UTM zone 11N
EPSG:26912 NAD83 / UTM zone 12N
EPSG:26913 NAD83 / UTM zone 13N
EPSG:26914 NAD83 / UTM zone 14N
EPSG:26915 NAD83 / UTM zone 15N
EPSG:26916 NAD83 / UTM zone 16N
EPSG:26917 NAD83 / UTM zone 17N
EPSG:26918 NAD83 / UTM zone 18N
EPSG:26919 NAD83 / UTM zone 19N
EPSG:26920 NAD83 / UTM zone 20N
EPSG:26920 NAD83 / UTM zone 20N
EPSG:26921 NAD83 / UTM zone 21N
EPSG:26922 NAD83 / UTM zone 22N
EPSG:26923 NAD83 / UTM zone 23N
EPSG:26903 NAD83 / UTM zone 3N
EPSG:26904 NAD83 / UTM zone 4N
EPSG:26905 NAD83 / UTM zone 5N
EPSG:26906 NAD83 / UTM zone 6N
EPSG:26907 NAD83 / UTM zone 7N
EPSG:26908 NAD83 / UTM zone 8N
EPSG:26909 NAD83 / UTM zone 9N
EPSG:27582 NTF (Paris) / France II
EPSG:27700 OSGB 1936 / British National Grid
EPSG:4326 WGS 84
EPSG:32610 WGS 84 / UTM zone 10N
EPSG:32710 WGS 84 / UTM zone 10S
EPSG:32611 WGS 84 / UTM zone 11N
EPSG:32711 WGS 84 / UTM zone 11S
EPSG:32612 WGS 84 / UTM zone 12N
EPSG:32712 WGS 84 / UTM zone 12S
EPSG:32613 WGS 84 / UTM zone 13N
EPSG:32713 WGS 84 / UTM zone 13S
EPSG:32614 WGS 84 / UTM zone 14N
EPSG:32714 WGS 84 / UTM zone 14S
EPSG:32615 WGS 84 / UTM zone 15N
EPSG:32715 WGS 84 / UTM zone 15S
EPSG:32616 WGS 84 / UTM zone 16N
EPSG:32716 WGS 84 / UTM zone 16S
EPSG:32617 WGS 84 / UTM zone 17N
EPSG:32717 WGS 84 / UTM zone 17S
EPSG:32618 WGS 84 / UTM zone 18N
EPSG:32718 WGS 84 / UTM zone 18S
EPSG:32619 WGS 84 / UTM zone 19N
EPSG:32719 WGS 84 / UTM zone 19S
EPSG:32601 WGS 84 / UTM zone 1N
EPSG:32701 WGS 84 / UTM zone 1S
EPSG:32620 WGS 84 / UTM zone 20N
EPSG:32720 WGS 84 / UTM zone 20S
EPSG:32621 WGS 84 / UTM zone 21N
EPSG:32721 WGS 84 / UTM zone 21S
EPSG:32622 WGS 84 / UTM zone 22N
EPSG:32722 WGS 84 / UTM zone 22S
EPSG:32623 WGS 84 / UTM zone 23N
EPSG:32723 WGS 84 / UTM zone 23S
EPSG:32624 WGS 84 / UTM zone 24N
EPSG:32724 WGS 84 / UTM zone 24S
EPSG:32625 WGS 84 / UTM zone 25N
EPSG:32725 WGS 84 / UTM zone 25S
EPSG:32626 WGS 84 / UTM zone 26N
EPSG:32726 WGS 84 / UTM zone 26S
EPSG:32627 WGS 84 / UTM zone 27N
EPSG:32727 WGS 84 / UTM zone 27S
EPSG:32628 WGS 84 / UTM zone 28N
EPSG:32728 WGS 84 / UTM zone 28S
EPSG:32629 WGS 84 / UTM zone 29N
EPSG:32729 WGS 84 / UTM zone 29S
EPSG:32602 WGS 84 / UTM zone 2N
EPSG:32702 WGS 84 / UTM zone 2S
EPSG:32630 WGS 84 / UTM zone 30N
EPSG:32730 WGS 84 / UTM zone 30S
EPSG:32631 WGS 84 / UTM zone 31N
EPSG:32731 WGS 84 / UTM zone 31S
EPSG:32632 WGS 84 / UTM zone 32N
EPSG:32732 WGS 84 / UTM zone 32S
EPSG:32633 WGS 84 / UTM zone 33N
EPSG:32733 WGS 84 / UTM zone 33S
EPSG:32634 WGS 84 / UTM zone 34N
EPSG:32734 WGS 84 / UTM zone 34S
EPSG:32635 WGS 84 / UTM zone 35N
EPSG:32735 WGS 84 / UTM zone 35S
EPSG:32636 WGS 84 / UTM zone 36N
EPSG:32736 WGS 84 / UTM zone 36S
EPSG:32637 WGS 84 / UTM zone 37N
EPSG:32737 WGS 84 / UTM zone 37S
EPSG:32638 WGS 84 / UTM zone 38N
EPSG:32738 WGS 84 / UTM zone 38S
EPSG:32639 WGS 84 / UTM zone 39N
EPSG:32739 WGS 84 / UTM zone 39S
EPSG:32603 WGS 84 / UTM zone 3N
EPSG:32703 WGS 84 / UTM zone 3S
EPSG:32640 WGS 84 / UTM zone 40N
EPSG:32740 WGS 84 / UTM zone 40S
EPSG:32641 WGS 84 / UTM zone 41N
EPSG:32741 WGS 84 / UTM zone 41S
EPSG:32642 WGS 84 / UTM zone 42N
EPSG:32742 WGS 84 / UTM zone 42S
EPSG:32643 WGS 84 / UTM zone 43N
EPSG:32743 WGS 84 / UTM zone 43S
EPSG:32644 WGS 84 / UTM zone 44N
EPSG:32744 WGS 84 / UTM zone 44S
EPSG:32645 WGS 84 / UTM zone 45N
EPSG:32745 WGS 84 / UTM zone 45S
EPSG:32646 WGS 84 / UTM zone 46N
EPSG:32746 WGS 84 / UTM zone 46S
EPSG:32647 WGS 84 / UTM zone 47N
EPSG:32747 WGS 84 / UTM zone 47S
EPSG:32648 WGS 84 / UTM zone 48N
EPSG:32748 WGS 84 / UTM zone 48S
EPSG:32649 WGS 84 / UTM zone 49N
EPSG:32749 WGS 84 / UTM zone 49S
EPSG:32604 WGS 84 / UTM zone 4N
EPSG:32704 WGS 84 / UTM zone 4S
EPSG:32650 WGS 84 / UTM zone 50N
EPSG:32750 WGS 84 / UTM zone 50S
EPSG:32651 WGS 84 / UTM zone 51N
EPSG:32751 WGS 84 / UTM zone 51S
EPSG:32652 WGS 84 / UTM zone 52N
EPSG:32752 WGS 84 / UTM zone 52S
EPSG:32653 WGS 84 / UTM zone 53N
EPSG:32753 WGS 84 / UTM zone 53S
EPSG:32654 WGS 84 / UTM zone 54N
EPSG:32754 WGS 84 / UTM zone 54S
EPSG:32655 WGS 84 / UTM zone 55N
EPSG:32755 WGS 84 / UTM zone 55S
EPSG:32656 WGS 84 / UTM zone 56N
EPSG:32756 WGS 84 / UTM zone 56S
EPSG:32657 WGS 84 / UTM zone 57N
EPSG:32757 WGS 84 / UTM zone 57S
EPSG:32658 WGS 84 / UTM zone 58N
EPSG:32758 WGS 84 / UTM zone 58S
EPSG:32659 WGS 84 / UTM zone 59N
EPSG:32759 WGS 84 / UTM zone 59S
EPSG:32605 WGS 84 / UTM zone 5N
EPSG:32705 WGS 84 / UTM zone 5S
EPSG:32660 WGS 84 / UTM zone 60N
EPSG:32760 WGS 84 / UTM zone 60S
EPSG:32606 WGS 84 / UTM zone 6N
EPSG:32706 WGS 84 / UTM zone 6S
EPSG:32607 WGS 84 / UTM zone 7N
EPSG:32707 WGS 84 / UTM zone 7S
EPSG:32608 WGS 84 / UTM zone 8N
EPSG:32708 WGS 84 / UTM zone 8S
EPSG:32609 WGS 84 / UTM zone 9N
EPSG:32709 WGS 84 / UTM zone 9S</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>/wordpress/2007/07/projections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

