index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
ustr.cpp
Age
Commit message (
Expand
)
Author
2019-10-06
COMMON: Add Missing Default Switch Case to U32String Class
D G Turner
2019-10-04
COMMON: Add methods to U32String to match String
Eugene Sandulenko
2019-10-04
JANITORIAL: Whitespace fixes
Eugene Sandulenko
2019-07-21
COMMON: Add conversion table for CP1254
lolbot-iichan
2019-07-18
COMMON: Fix U32String initialization issues
Peter Kohaut
2019-06-30
COMMON & WINTERMUTE: Use non-1252 for 125X games (PR 1698)
lolbot-iichan
2019-04-21
COMMON: Fix compiler warning
jepael
2019-01-01
COMMON: Suport String in U32String assignment & equality operators
Paul Gilbert
2018-08-05
COMMON: changed code page constant name from ascii to utf8
Andrei Prykhodko
2018-08-05
COMMON: made code pages conversion arrays static and constant
Andrei Prykhodko
2018-08-05
COMMON: named CodePage enum
Andrei Prykhodko
2018-08-05
COMMON: added method to convert text from various code pages to Unicode
Andrei Prykhodko
2018-06-18
COMMON: Add simplistic UTF8->UTF32 converter
Eugene Sandulenko
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2018-04-15
JANITORIAL: Fix whitespace
Adrian Frühwirth
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
COMMON: Add simple UTF-32 string class U32String.
Johannes Schickel