summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
AgeCommit message (Expand)Author
2022-06-05Common/StringUtil: Add convenience function for converting paths to use forwa...Admiral H. Curtiss
2022-04-12Common/StringUtil: Use simpler formatting for floats and doubles.Admiral H. Curtiss
2022-01-16Create Common::ToLower and Common::ToUpperPokechu22
2021-07-21StringUtil: Remove unused function BuildCompleteFilenameDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-01Updater: Escape HTML characters in commit descriptionsDentomologist
2021-05-12InputCommon: fix serialization of control expression with line breaksFiloppi
2020-12-15Add NetBSD supportDavid Carlier
2020-10-23Common: Migrate logging to fmtLioncash
2020-09-21DolphinQt: Handle non-ASCII characters in Windows cmd argumentsJosJuice
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-16NetPlay: Limit nickname lengthTechjar
2020-07-08Android: Use correct encoding when converting stringsJosJuice
2020-07-08Common: Never convert from UCS-2 in WStringToUTF8JosJuice
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-03-16StringUtil: Add PathToFileName functionJosJuice
2020-02-09Fix another implicit false-to-nullptr conversionmagiblot
2020-01-16StringUtil: Add IsPrintableCharacter and use itLéo Lam
2020-01-04StringUtil: Make TryParse of floats handle comma and dot decimal separators.Jordan Woyak
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth
2019-08-15Fix implicit false-to-nullptr conversionsQuellaZhang
2019-07-23StringUtil: Comply with variable naming styleJosJuice
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-21Work around C++20 std::filesystem changes related to u8stringJosJuice
2019-06-14Common: Use fmt where applicableLioncash
2019-02-13Use empty instead of sizeFilip Gawin
2018-11-22Fix spurious error logs for conversions of empty strings on Windows.Jordan Woyak
2018-06-03StringUtil: Remove ValueToString(std::string)Léo Lam
2018-06-03Move Config ValueToString to StringUtilLéo Lam
2018-04-12Reformat all the things!spycrab
2018-03-26StringUtil: Fix possible bad freeMiikka Juomoja
2018-01-11Modified StringUtil to change UTF16ToUTF8 to use a wstring_convert and codecv...34will
2018-01-11Modified UTF16BEUTF8 to just convert the UTF-16 C-string into a std::u16strin...34will
2018-01-11Modified StringUtil to use a u16string instead of a wstring in the non-win32 ...34will
2017-11-11Simplify StringUtil::UTF16ToUTF8JosJuice
2017-11-11Remove unneeded check in StringUtil::UTF16ToUTF8JosJuice
2017-11-03When NAND is damaged, show title names from save filesJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-09-18StringUtil: support TryParse(u16*)Pierre Bourdon
2017-07-05Replace StringFromInt with std::to_stringLéo Lam
2017-06-11StringUtil: Make SplitString return by valueLéo Lam
2017-06-06StringUtil: StringPopBackIf addedSepalani
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
2017-04-06StringUtil: Fix a ctype assertionSepalani
2017-03-27Initial support for Haiku.Augustin Cavalier
2017-02-25IniFile: Handle s64/u64 valuesLioncash
2017-02-04Translate Swedish in example strings to EnglishJosJuice
2016-12-18Import/Export signature files as CSVSepalani
2016-11-26IOS HLE: More robust escaping of NAND pathsJosJuice
2016-07-17OpenBSD doesn't support per-thread locales.Anthony J. Bentley