We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reiconv_version
1 parent 67525ed commit d3fe1beCopy full SHA for d3fe1be
ChangeLog
@@ -2,6 +2,7 @@
2
3
Finish NLS Translate language maps (en_US, zh_CN).
4
Add Doxygen notes for 'cppp/reiconv.hpp'.
5
+ Fix 'reiconv_version' bug (changed it to 2.0).
6
7
2023-07-19 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
8
lib/iconv.cpp
@@ -488,7 +488,7 @@ namespace cppp{namespace base{namespace reiconv
488
};
489
490
/* version number: (major<<8) + minor */
491
- int reiconv_version = (3 << 8) + 0;
+ int reiconv_version = (2 << 8) + 0;
492
493
494
#define tmpbufsize 4096
0 commit comments