aboutsummaryrefslogtreecommitdiff
path: root/common/ustr.cpp
AgeCommit message (Expand)Author
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko
2019-10-18COMMON: Added new + operator to U32StringEugene Sandulenko
2019-10-06COMMON: Add Missing Default Switch Case to U32String ClassD G Turner
2019-10-04COMMON: Add methods to U32String to match StringEugene Sandulenko
2019-10-04JANITORIAL: Whitespace fixesEugene Sandulenko
2019-07-21COMMON: Add conversion table for CP1254lolbot-iichan
2019-07-18COMMON: Fix U32String initialization issuesPeter Kohaut
2019-06-30COMMON & WINTERMUTE: Use non-1252 for 125X games (PR 1698)lolbot-iichan
2019-04-21COMMON: Fix compiler warningjepael
2019-01-01COMMON: Suport String in U32String assignment & equality operatorsPaul Gilbert
2018-08-05COMMON: changed code page constant name from ascii to utf8Andrei Prykhodko
2018-08-05COMMON: made code pages conversion arrays static and constantAndrei Prykhodko
2018-08-05COMMON: named CodePage enumAndrei Prykhodko
2018-08-05COMMON: added method to convert text from various code pages to UnicodeAndrei Prykhodko
2018-06-18COMMON: Add simplistic UTF8->UTF32 converterEugene Sandulenko
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23COMMON: Add simple UTF-32 string class U32String.Johannes Schickel