<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-4500363753981919783.post3097033917993342267..comments</id><updated>2023-10-03T22:06:50.708+08:00</updated><title type='text'>Comments on Huan-Lin 學習筆記: Unicode 內碼在網頁上顯示的問題</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.huanlintalk.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2009/02/unicode.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Michael Tsai</name><uri>http://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-290287968511565732</id><published>2009-02-25T18:33:00.000+08:00</published><updated>2009-02-25T18:33:00.000+08:00</updated><title type='text'>您客氣啦,一般的說法是「老實」 ^_^很感謝您的壓箱寶分享,取 Groups 的寫法簡潔多了,省去拆...</title><content type='html'>您客氣啦,一般的說法是「老實」 ^_^<BR/>很感謝您的壓箱寶分享,取 Groups 的寫法簡潔多了,省去拆字串的工夫。<BR/>又學到一招,多謝多謝 :)</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/290287968511565732'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/290287968511565732'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2009/02/unicode.html?showComment=1235557980000#c290287968511565732' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2009/02/unicode.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-3097033917993342267' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/3097033917993342267' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2009/2/25 下午6:33"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-8824811135857531486</id><published>2009-02-25T17:34:00.000+08:00</published><updated>2009-02-25T17:34:00.000+08:00</updated><title type='text'>格主太精實了, 讓我忍不住拿壓箱寶跟格主獻醜, 以下是我做的類似 code: priv...</title><content type='html'>格主太精實了, 讓我忍不住拿壓箱寶跟格主獻醜, 以下是我做的類似 code:<BR/><BR/> private static Regex reg = new Regex(@&quot;&amp;\#([0-9]{1,5});&quot;, RegexOptions.Compiled);<BR/><BR/> public static string HtmlDecode(string content)<BR/> {<BR/> return reg.Replace(content, m =&gt; Convert.ToChar(Convert.ToInt32(m.Groups[1].Value)).ToString());<BR/> }</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/8824811135857531486'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/8824811135857531486'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2009/02/unicode.html?showComment=1235554440000#c8824811135857531486' title=''/><author><name>Laneser</name><uri>https://www.blogger.com/profile/07018511947417179463</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2009/02/unicode.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-3097033917993342267' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/3097033917993342267' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-971410069"/><gd:extendedProperty name="blogger.displayTime" value="2009/2/25 下午5:34"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-6815777447277945930</id><published>2009-02-25T17:06:00.000+08:00</published><updated>2009-02-25T17:06:00.000+08:00</updated><title type='text'>Hi Laneser,對耶!我怎麼都沒想到 HtmlEncode 對應的就是 HtmlDecode ...</title><content type='html'>Hi Laneser,<BR/>對耶!我怎麼都沒想到 HtmlEncode 對應的就是 HtmlDecode 啊!蠢極了 @_@||<BR/><BR/>這篇文章應該刪掉的,但我想還是留著,為我這次的愚蠢作個紀念和警惕吧!<BR/><BR/>Thanks!!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/6815777447277945930'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/6815777447277945930'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2009/02/unicode.html?showComment=1235552760000#c6815777447277945930' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2009/02/unicode.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-3097033917993342267' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/3097033917993342267' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2009/2/25 下午5:06"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-245216177363848559</id><published>2009-02-25T16:55:00.000+08:00</published><updated>2009-02-25T16:55:00.000+08:00</updated><title type='text'>why not use HttpUtility.HtmlDecode ??</title><content type='html'>why not use HttpUtility.HtmlDecode ??</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/245216177363848559'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/3097033917993342267/comments/default/245216177363848559'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2009/02/unicode.html?showComment=1235552100000#c245216177363848559' title=''/><author><name>Laneser</name><uri>https://www.blogger.com/profile/07018511947417179463</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2009/02/unicode.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-3097033917993342267' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/3097033917993342267' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-971410069"/><gd:extendedProperty name="blogger.displayTime" value="2009/2/25 下午4:55"/></entry></feed>