OSDN Git Service

v1.0.1 from svn
authorhippos <hipposla@gmail.com>
Fri, 6 Nov 2009 08:39:08 +0000 (17:39 +0900)
committerhippos <hipposla@gmail.com>
Fri, 6 Nov 2009 08:39:08 +0000 (17:39 +0900)
commitd54ee33ec91535c4f2244e426131fe934d980d6d
treee716f3e277b4e2050c90a6dd54ea4bf21f07e804
v1.0.1 from svn
28 files changed:
English.lproj/InfoPlist.strings [new file with mode: 0644]
English.lproj/Localizable.strings [new file with mode: 0644]
Info.plist [new file with mode: 0644]
Japanese.lproj/Localizable.strings [new file with mode: 0644]
NKFCocoa.xcodeproj/project.pbxproj [new file with mode: 0644]
NKFCocoaUnitTests-Info.plist [new file with mode: 0644]
NKFCocoa_Prefix.pch [new file with mode: 0644]
classes/NKFCocoa.h [new file with mode: 0644]
classes/NKFCocoa.m [new file with mode: 0644]
classes/NKFCocoaLocal.h [new file with mode: 0644]
nkf-2.0.8/LICENSE.txt [new file with mode: 0644]
nkf-2.0.8/config.h [new file with mode: 0644]
nkf-2.0.8/nkf.m [new file with mode: 0644]
nkf-2.0.8/utf8tbl.c [new file with mode: 0644]
nkf-2.0.8/utf8tbl.h [new file with mode: 0644]
tests/NKFCocoaUnitTests.h [new file with mode: 0644]
tests/NKFCocoaUnitTests.m [new file with mode: 0644]
tests/data/euc-jp.txt [new file with mode: 0644]
tests/data/jis.txt [new file with mode: 0644]
tests/data/shift_jis.txt [new file with mode: 0644]
tests/data/sjis81ad.txt [new file with mode: 0644]
tests/data/utf-16.txt [new file with mode: 0644]
tests/data/utf-16be.txt [new file with mode: 0644]
tests/data/utf-16bombe.txt [new file with mode: 0755]
tests/data/utf-16bomle.txt [new file with mode: 0755]
tests/data/utf-16le.txt [new file with mode: 0644]
tests/data/utf-8.txt [new file with mode: 0644]
tests/data/utf-8bom.txt [new file with mode: 0755]