]> git.saurik.com Git - wxWidgets.git/commit - include/wx/string.h
Implemented the various printf() functions under
authorRobert Roebling <robert@roebling.de>
Sat, 10 Aug 2002 11:58:15 +0000 (11:58 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 10 Aug 2002 11:58:15 +0000 (11:58 +0000)
commita59c124d063b0df0b3259d99b5b569206414f8f5
tree83f28eaa1cbb89a1ff685344c0d95f72c106422a
parente6ccaf1a996c3c363ca047c324f95cc28792e8cd
  Implemented the various printf() functions under
    Unicode with their GNU libc 2.2 funtions. This
    saves us some unicode<->ansi conversion and we
    no longer need the experimental printf() code
    in string.cpp. I had to implement wxSprintf()
    using wxSnprintf() as the former doesn't exist
    in Unicode GNU libc 2.2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
include/wx/wxchar.h
src/common/string.cpp
src/common/wxchar.cpp