ALT Linux Bugzilla
– Attachment 6852 Details for
Bug 32701
Невозможно ввести русские буквы в поле ERT
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление ввода в поле ERT
lyx-2.1.4-ert.patch (text/plain), 706 bytes, created by
serpiph
on 2016-11-02 15:41:21 MSK
(
hide
)
Description:
Исправление ввода в поле ERT
Filename:
MIME Type:
Creator:
serpiph
Created:
2016-11-02 15:41:21 MSK
Size:
706 bytes
patch
obsolete
>diff -Naur lyx-2.1.4.orig/src/Text.cpp lyx-2.1.4/src/Text.cpp >--- lyx-2.1.4.orig/src/Text.cpp 2015-10-09 19:13:47.000000000 +0300 >+++ lyx-2.1.4/src/Text.cpp 2016-11-02 15:23:43.813679102 +0300 >@@ -1009,7 +1009,7 @@ > // (workaround for bug 9012) > // Don't do it for listings inset, since InsetListings::latex() tries > // to switch to a usable encoding which works in many cases (bug 9102). >- if (cur.paragraph().isPassThru() && owner_->lyxCode() != LISTINGS_CODE && >+ if (cur.paragraph().isPassThru() && owner_->lyxCode() != LISTINGS_CODE && owner_->lyxCode() != ERT_CODE && > cur.current_font.language()) { > Encoding const * e = cur.current_font.language()->encoding(); > if (!e->encodable(c)) {
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 32701
: 6852