푸른청년 푸르게 살고있나?  
home | 살아가기 | news | 세상보기 | tip&tech | 방명록 |  
   전체
   asp
   php
   jsp
   mssql
   mysql
   informix
   linux
   unix
   win2000
   javascript
   html
   oracle
   java
   etc
    
:: Tip&Tech > asp
asp에서 utf-8 형태로 파일생성 하기
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

날짜: 2008-03-27 14:24:16, 조회수: 2519

다음글 asp에서 mysql 연결하기
이전글 asp에서 utf-8 쓰기

꼬리말
글쓴이 비밀번호 #스팸글방지(주인장 닉네임을 쓰시오)

  
since by 2003.03.23 / 3th 2005.07.26 / 4th 2009.04.22 made by bluesoul