Skip to content
Snippets Groups Projects
  • est31's avatar
    6b0cae5a
    Remove wstrgettext · 6b0cae5a
    est31 authored
    Everywhere where wstrgettext was used, its output was converted back
    to utf8. As wstrgettext internally converts the return value
    from utf8 to wstring, it has been a waste. Remove the function, and
    use strgettext instead.
    6b0cae5a
    History
    Remove wstrgettext
    est31 authored
    Everywhere where wstrgettext was used, its output was converted back
    to utf8. As wstrgettext internally converts the return value
    from utf8 to wstring, it has been a waste. Remove the function, and
    use strgettext instead.