ALT Linux Bugzilla
– Attachment 10259 Details for
Bug 41885
wxGetEnv не работает с UTF-8
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление с зашитым UTF-8
wxGTK-3.0.5.1-wxGetEnv-UTF-8.patch (text/plain), 341 bytes, created by
manowar@altlinux.org
on 2022-02-08 01:00:39 MSK
(
hide
)
Description:
Исправление с зашитым UTF-8
Filename:
MIME Type:
Creator:
manowar@altlinux.org
Created:
2022-02-08 01:00:39 MSK
Size:
341 bytes
patch
obsolete
>diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp >index b966409422..77b5a08103 100644 >--- a/src/unix/utilsunx.cpp >+++ b/src/unix/utilsunx.cpp >@@ -1327,7 +1327,7 @@ bool wxGetEnv(const wxString& var, wxString *value) > > if ( value ) > { >- *value = p; >+ *value = wxString::FromUTF8(p); > } > > return true;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41885
: 10259 |
10260