일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- euc-kr
- EXIF data
- 노은
- Exif
- swift html parser
- 유성
- html parser
- dataset
- 자전거
- swift
- 딴지일보 자유게시판 파씽
- 엑셀
- mdb table 합치기
- MDB
- StreamReader
- kanna html parser
- 대전
- 파이썬
- 대전 업힐
- insert into
- python
- kanna parser
- 스위프트
- 대전 자전거
- 달력
- C#
- exifread
- Xcode
- VBA
- file move
- Today
- Total
목록text file (2)
Fly to the sky & Return
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.IO; namespace txt_dat..
StreamReader는 기본이 utf-8로 셋팅되어 있습니다.. 근데 울나라에서는 돌아다니는 텍스트 파일이 다 uft-8 로 되어있는 것은 아닌지라. euc-kr도 읽을 수 있어야야 합니당 StremReader로 읽을 때 보통은 다음과 같은 코드를 사용합니다. 1 let s = StreamReader(url: pathURL) http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs 이렇게 일으면 StremReader 상에 다음과 같이 기본으로 셋팅이 되어있어 1 init?(url: URL, delimeter: String = "\n", encoding: String.Encoding = .utf8..