FreeBSD Bugzilla – Attachment 145992 Details for
Bug 192783
x11/slim does not support UTF-8 characters input
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
main.cpp patch
patch-main.cpp (text/plain), 321 bytes, created by
DaLynX
on 2014-08-18 18:46:20 UTC
(
hide
)
Description:
main.cpp patch
Filename:
MIME Type:
Creator:
DaLynX
Created:
2014-08-18 18:46:20 UTC
Size:
321 bytes
patch
obsolete
>--- main.cpp.orig 2014-08-12 18:08:28.000000000 +0200 >+++ main.cpp 2014-08-12 18:09:20.000000000 +0200 >@@ -16,6 +16,8 @@ > > int main(int argc, char** argv) > { >+ // We need to set the locale to get the input encoded in UTF-8 >+ setlocale (LC_ALL, ""); > LoginApp = new App(argc, argv); > LoginApp->Run(); > return 0;
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 192783
:
145959
|
145990
|
145992
|
145993
|
145994
|
145995
|
145996
|
145997
|
145998
|
146000
|
146003
|
146476