]> git.lyx.org Git - lyx.git/blob - autotests/export/latex/languages/ja-listings-uncodable-error.lyx
Remove unneeded std::move
[lyx.git] / autotests / export / latex / languages / ja-listings-uncodable-error.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 573
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin unavailable
7 \textclass scrbook
8 \use_default_options false
9 \maintain_unincluded_children false
10 \begin_local_layout
11
12 \end_local_layout
13 \language japanese
14 \language_package default
15 \inputencoding utf8
16 \fontencoding auto
17 \font_roman "lmodern" "IPAexMincho"
18 \font_sans "default" "IPAexGothic"
19 \font_typewriter "default" "default"
20 \font_math "auto" "auto"
21 \font_default_family default
22 \use_non_tex_fonts false
23 \font_sc false
24 \font_osf false
25 \font_sf_scale 100 100
26 \font_tt_scale 100 100
27 \use_microtype false
28 \use_dash_ligatures false
29 \graphics default
30 \default_output_format default
31 \output_sync 0
32 \bibtex_command default
33 \index_command default
34 \float_placement class
35 \float_alignment class
36 \paperfontsize 12
37 \spacing single
38 \use_hyperref false
39 \pdf_title "LyX Configuration Manual"
40 \pdf_author "LyX Team"
41 \pdf_subject "LyX-Documentation Customization"
42 \pdf_keywords "LyX, documentation, customization"
43 \pdf_bookmarks false
44 \pdf_bookmarksnumbered true
45 \pdf_bookmarksopen true
46 \pdf_bookmarksopenlevel 1
47 \pdf_breaklinks false
48 \pdf_pdfborder false
49 \pdf_colorlinks true
50 \pdf_backref false
51 \pdf_pdfusetitle false
52 \pdf_quoted_options "driverfallback=dvipdfmx, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
53 \papersize default
54 \use_geometry false
55 \use_package amsmath 1
56 \use_package amssymb 1
57 \use_package cancel 1
58 \use_package esint 1
59 \use_package mathdots 1
60 \use_package mathtools 1
61 \use_package mhchem 1
62 \use_package stackrel 1
63 \use_package stmaryrd 1
64 \use_package undertilde 1
65 \cite_engine basic
66 \cite_engine_type default
67 \biblio_style plain
68 \use_bibtopic false
69 \use_indices false
70 \paperorientation portrait
71 \suppress_date false
72 \justification false
73 \use_refstyle 0
74 \use_minted 0
75 \notefontcolor #0000ff
76 \branch OutDated
77 \selected 0
78 \filename_suffix 0
79 \color #f5fae7
80 \end_branch
81 \index 索引
82 \shortcut idx
83 \color #008000
84 \end_index
85 \secnumdepth 3
86 \tocdepth 3
87 \paragraph_separation indent
88 \paragraph_indentation default
89 \is_math_indent 1
90 \math_indentation default
91 \math_numbering_side default
92 \quotes_style cjk
93 \dynamic_quotes 0
94 \papercolumns 1
95 \papersides 2
96 \paperpagestyle headings
97 \tablestyle default
98 \tracking_changes false
99 \output_changes false
100 \html_math_output 0
101 \html_css_as_file 0
102 \html_be_strict true
103 \end_header
104
105 \begin_body
106
107 \begin_layout Standard
108 False positive error:
109 \end_layout
110
111 \begin_layout Standard
112 A listings inset in a Japanese document (both, platex and CJK) resulted
113  in a
114 \end_layout
115
116 \begin_layout LyX-Code
117 Encoding.cpp (251): Uncodable character in latexString!
118 \end_layout
119
120 \begin_layout Standard
121 error messages in the terminal, even if the content is pure ASCII and
122 \end_layout
123
124 \begin_layout Standard
125 the output is fine.
126 \end_layout
127
128 \begin_layout Standard
129 This is because it wants to put the translated listingsname into the preamble
130  but does not believe it can be encoded there...
131 \end_layout
132
133 \begin_layout Standard
134 \begin_inset listings
135 inline false
136 status open
137
138 \begin_layout Plain Layout
139
140 HELLO WORLD ラムリ
141 \end_layout
142
143 \begin_layout Plain Layout
144
145 \begin_inset Caption Standard
146
147 \begin_layout Plain Layout
148 test listing
149 \end_layout
150
151 \end_inset
152
153
154 \end_layout
155
156 \end_inset
157
158
159 \end_layout
160
161 \end_body
162 \end_document