Full text search for "utf-8"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • VimShortcuts . . . . 4 matches
         :set enc=utf-8
          현재 버퍼의 내용을 utf-8로 변경
         :set fileencoding=utf-8
          파일저장시 인코딩을 utf-8
  • convenc . . . . 4 matches
         이번에 위키의 characterset을 euc-kr에서 utf-8로 변경했습니다. 이제까지 작성했던 많은 글들이 다 euc-kr로 되어 있어 변경하는 프로그램을 하나 만들었습니다. 사실 모든 건 jvm에서 처리하는 거죠.
         # euc-kr파일을 utf-8로 변환
         cat euckr.txt | convenc euc-kr utf-8
         cat euckr.txt | java -jar convenc.jar euc-kr utf-8
  • FirefoxTips . . . . 2 matches
         http://www.google.co.kr/search?ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ko:official&client=firefox&q=
  • InterMap . . . . 1 match
         MoniWiki ?action=goto&oe=utf-8&url=http://moniwiki.sf.net/wiki.php/
  • JavaUnicodeEncoderDecoder . . . . 1 match
         System.out.println(URLEncoder.encode("a+b c", "UTF-8"));
          for( int i= uni.indexOf("\\u") ; i > -1 ; i = uni.indexOf("\\u") ){ // euc-kr(%u), utf-8(//u)
  • LinuxQnA . . . . 1 match
          * vi에서 utf-8 로 인코딩된 파일을 열려면 어떻게 해야 됩니까?
  • MobileSiteDOCTYPE . . . . 1 match
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  • UbuntuKeyboardMapping . . . . 1 match
         ! -*- coding: utf-8 -*-
  • amho.cmd . . . . 1 match
         call 7z.cmd x -so x:\xxx\amho-*.7z | iconv -f utf-8 -t cp949 | vi -R -
  • iconv . . . . 1 match
         iconv -f cp949 -t utf-8 from.txt > to.txt
Found 10 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-08-27 17:32:32
Processing time 0.1923 sec