Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
マルチバイト文字版とワイド文字版を統合
  • Loading branch information
nathancorvussolis committed Aug 28, 2022
1 parent 1b0b532 commit abe7c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-------------------------------------------------------------------------------

meskkdic 2.5.0
meskkdic 2.5.5

-------------------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions meskkdic/meskkdic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <map>
#include <regex>

#define VERSION L"2.5.0"
#define VERSION L"2.5.5"

LPCWSTR modeR = L"rt";
LPCWSTR modeW = L"wb";
Expand Down Expand Up @@ -153,8 +153,8 @@ int wmain(int argc, wchar_t* argv[])

void usage()
{
fwprintf(stderr, L"\nmeskkdic " VERSION L"\n"
L"usage : meskkdic [-W] [-O] <input file 1> [[+-] <input file 2> ...] <output file>\n");
fwprintf(stderr, L"\nmeskkdic %s\n\n", VERSION);
fwprintf(stderr, L"usage : meskkdic [-W] [-O] <input file 1> [[+-] <input file 2> ...] <output file>\n");
}

void AddDic(int okuri, const std::string &searchkey, const std::string &candidate, const std::string &annotation)
Expand Down
Binary file modified test/cveuc.exe
Binary file not shown.

0 comments on commit abe7c9d

Please sign in to comment.