ALT Linux Bugzilla
– Attachment 10260 Details for
Bug 41885
wxGetEnv не работает с UTF-8
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Программа для проверки
wxGetEnv_test.cpp (text/x-c++src), 202 bytes, created by
manowar@altlinux.org
on 2022-02-08 01:02:28 MSK
(
hide
)
Description:
Программа для проверки
Filename:
MIME Type:
Creator:
manowar@altlinux.org
Created:
2022-02-08 01:02:28 MSK
Size:
202 bytes
patch
obsolete
>#include <wx/utils.h> > >int main() { > wxString str; > if ( wxGetEnv( "TESTVAR", &str ) ) { > printf("Test string: \"%s\".\n", (const char*) str.mb_str(wxConvUTF8)); > return 0; > } else { > return 1; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 41885
:
10259
| 10260