asp에서 utf-8 형태로 파일생성 하기 Posted on 2008년 3월 27일 by admin_bluesoul 765 views fso에서는 charset을 지원하지 않습니다. 그래서 아래와 같이 하면 됩니다. dim stm Set stm = CreateObject(“ADODB.Stream”) stm.Open stm.Type = 2 stm.Charset = “utf-8″ stm.WriteText(str) call stm.SaveToFile(Savefilename , 2) set stm = nothing Related Posts아파치 jmeter 부하 테스트 하기리눅스 LVM 구성centos7에서 최신 nginx, php, mariadb yum 설치리눅스 서버 초기 셋팅2mongodb와 elasticsearch 연동윈7에서 mongodb 설치하기리눅스서버 초기 셋팅개인 저장 공간 :: 리눅스 로케일언어 변경하기ncftp 설치 및 활용하기갤럭시탭으로 네트워크 연결하여 영화보기CommentsPowered by Facebook Comments
Comments
Powered by Facebook Comments