This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-25 06:35:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
OpenMW
/
components
/
to_utf8
History
jvoisin
9ce26ef4b6
Move to_utf8 from
const std::string&
to
std::string_view
2022-05-21 21:44:47 +02:00
..
.gitignore
Added custom UTF8 converter. Removed iconv dependency.
2010-08-18 18:45:44 +02:00
gen_iconv.cpp
Sprinkle some const in components/to_utf8
2021-06-22 12:52:29 +02:00
Makefile
Mantis:
#18
- Move components from global namespace into their own namespace.
2011-06-19 19:33:30 +02:00
tables_gen.hpp
Sprinkle some const in components/to_utf8
2021-06-22 12:52:29 +02:00
to_utf8.cpp
Move to_utf8 from
const std::string&
to
std::string_view
2022-05-21 21:44:47 +02:00
to_utf8.hpp
Move to_utf8 from
const std::string&
to
std::string_view
2022-05-21 21:44:47 +02:00