Opened 17 years ago
Closed 16 years ago
#161 closed バグ(未実装) (fixed)
StreamReader(/Writer)をUnicode対応(Encoding使用)にする
Reported by: | イグトランス (egtra) | Owned by: | イグトランス (egtra) |
---|---|---|---|
Priority: | 最優先-blocker | Milestone: | ablib_α1 |
Component: | ablib | Version: | |
Keywords: | Cc: |
Description
現在のStreamReaderの実装は、マルチバイト限定となっています。Unicode化するにあたって、Encodingクラスを用いた変換の仕組みを導入します。
Change History (3)
comment:1 by , 16 years ago
Priority: | 中-major → 最優先-blocker |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
[653]にてStreamWriterがEncoding対応させました。引き続き、StreamReader並びにEncoding派生クラスの実装を行っていきます。
Note:
See TracTickets
for help on using tickets.
これ何とかしないと実質的に#153の確認ができないですね。