论坛: 公開討議 (Thread #36211)

nkf32.dll を使い安くする NuGet パッケージ (2014-11-16 15:29 by kkato233 #74851)

nkf32.dll を Windows アプリから使いやすくするための NuGet パッケージを作成してみました。

nkf は Windows 版のメンテナンスをしている人が居ない? のか
あまり Windows アプリから利用する方法が便利ではありませんでした。

もし、問題が無いようでしたら https://www.nuget.org/ に登録して、継続してメンテナンスいきますが よろしいでしょうか?

https://github.com/kkato233/Nkf.Net/


回复到 #74851×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登录

Re: nkf32.dll を使い安くする NuGet パッケージ (2014-11-18 15:42 by naruse #74864)

[メッセージ #74851 への返信]
> nkf32.dll を Windows アプリから使いやすくするための NuGet パッケージを作成してみました。
>
> nkf は Windows 版のメンテナンスをしている人が居ない? のか
> あまり Windows アプリから利用する方法が便利ではありませんでした。

http://www.vector.co.jp/soft/win95/util/se295331.html とかですかね。
.NETは聞いたことがないです。

> もし、問題が無いようでしたら https://www.nuget.org/ に登録して、継続してメンテナンスいきますが よろしいでしょうか?

ライセンス上の問題はありませんし自由ではあるのですが、
現状のnkfはスレッドセーフではありませんからオススメはしませんよ。
回复到 #74851

回复到 #74864×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登录

Re: nkf32.dll を使い安くする NuGet パッケージ (2014-11-18 23:53 by kkato233 #74870)

> 現状のnkfはスレッドセーフではありませんからオススメはしませんよ。
ご指摘ありがとうございます。
nkf32.dll を Visual Studio 2013 の スレッドローカル機能
__declspec( thread )
をつけてコンパイルして マルチスレッドで動作するように修正したバージョンと
一緒に利用することにします。

https://github.com/kkato233/nkf
https://github.com/kkato233/Nkf.Net


回复到 #74864

回复到 #74870×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登录