In HTML &#xxxxx; is an escaped character, and uses the Unicode number. If you go to http://unicodelookup.com/ you can for example search for 50420 you can see which character it is.
//Magnus Holm On Wed, Sep 16, 2009 at 11:44, in-seok hwang <[email protected]> wrote: > Hi all, > > My Environment is.. > camping 1.5.180 > sqlite3 1.2.4 > > I tried just print about 'post title' record > > post title's data is not double-byte character set. > > so, i will show you my some html source. > >> <li><a href="/board/obnotice/1">Ob notice</a></li><li><a >> href="/board/old/1"> >> >> Ob board</a></li></ul><h1>Service</h1><ul class="sidemenu"><li><a >> href="/upload"> >> >> Up&Download</a></li><li><a href="/gallery">Image >> gallery</a></li><li><a href="/newspage"> >> >> Broad Cast</a></li><li><a href="/Funny">Funny</a></li><li><a >> href="/auth">authentication</a> >> >> </li></ul></div><div id="main"><table >> class="line"><tr><td/></tr></table><table class="list"> >> >> <tr><td width="5%">번호</td><td >> width="45%">제목</td><td width="10%"> >> >> 이름</td><td >> width="30%">글쓴시간</td><td width="10%"> >> >> 조회수</td></tr><tr><td>공지</td><td><a >> href="/ybnotice/view/3"> >> >> 홈페이지 업데이트 >> 내역 [53]</a> >> >> >> </td><td>인석</td><td>2009년7월5일18시21분</td><td>539 >> >> </td></tr><tr><td>77</td><td><a href="/young/view/77">09.09.14 >> 랩실 회의 >> >> 내용 [8]</a></td> > > sbcs is pretty good. > But, mbcs has patten. like this � > > The above mbcs is korea language. > > please tell me about above patten. > > The pattern is written on what encoding? > > > > > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list > _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

