This website requires JavaScript.
Explore
Help
Sign In
tomasz.sowa
/
pikotools
Watch
1
Star
0
Fork
0
You've already forked pikotools
Code
Issues
1
Pull Requests
Releases
Activity
Files
127f26884ebd31bcdd3b1328932b36effabfb232
pikotools
/
convert
History
Tomasz Sowa
b055c46ae8
fixed
#3
: CompareNoCase incorrectly returned that string1 is greater than string2 for some characters
...
when converting from 'char' to 'int' we should first convert to 'unsigned char' and then to 'int'
2021-05-08 22:37:31 +02:00
..
convert.h
added to convert: PatternReplacer
2019-01-07 03:29:34 +00:00
inttostr.cpp
renamed: std::wstring Toa(...) -> std::wstring to_str(...)
2021-03-15 19:23:49 +01:00
inttostr.h
renamed: std::wstring Toa(...) -> std::wstring to_str(...)
2021-03-15 19:23:49 +01:00
misc.cpp
added: functions for dealing with white characters:
2017-12-05 16:32:21 +00:00
misc.h
added: functions for dealing with white characters:
2017-12-05 16:32:21 +00:00
patternreplacer.h
added to convert: PatternReplacer
2019-01-07 03:29:34 +00:00
strtoint.h
added: to methods Toull(), Toll(), Toul(), Toui(), Tol(), Toi()
2018-01-05 20:03:11 +00:00
text_private.h
fixed
#3
: CompareNoCase incorrectly returned that string1 is greater than string2 for some characters
2021-05-08 22:37:31 +02:00
text.cpp
fixed
#3
: CompareNoCase incorrectly returned that string1 is greater than string2 for some characters
2021-05-08 22:37:31 +02:00
text.h
fixed
#3
: CompareNoCase incorrectly returned that string1 is greater than string2 for some characters
2021-05-08 22:37:31 +02:00