Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f3695bbc
Kaydet (Commit)
f3695bbc
authored
Haz 12, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
error C2361: initialization of 's_fallbacks' is skipped by 'default'
Change-Id: I63f7914b52af51b55a51d39953a1ee58636243a3
üst
82dead21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
writerwordglue.cxx
sw/source/filter/ww8/writerwordglue.cxx
+7
-7
No files found.
sw/source/filter/ww8/writerwordglue.cxx
Dosyayı görüntüle @
f3695bbc
...
...
@@ -725,6 +725,13 @@ namespace sw
OUString
const
&
rFontName
,
OUString
const
&
rAltName
,
rtl_TextEncoding
eTextEncoding
)
{
static
struct
{
rtl_TextEncoding
enc
;
sal_uInt8
charset
;
}
const
s_fallbacks
[]
=
{
{
RTL_TEXTENCODING_MS_932
,
0x80
},
// Shift-JIS
{
RTL_TEXTENCODING_MS_936
,
0x86
},
// GB-2312
{
RTL_TEXTENCODING_MS_950
,
0x88
},
// Big5
{
RTL_TEXTENCODING_MS_949
,
0x81
},
// EUC-KR
};
sal_uInt8
nRet
=
rtl_getBestWindowsCharsetFromTextEncoding
(
eTextEncoding
);
switch
(
eTextEncoding
)
...
...
@@ -734,13 +741,6 @@ namespace sw
case
RTL_TEXTENCODING_UTF7
:
case
RTL_TEXTENCODING_UTF8
:
case
RTL_TEXTENCODING_JAVA_UTF8
:
static
struct
{
rtl_TextEncoding
enc
;
sal_uInt8
charset
;
}
const
s_fallbacks
[]
=
{
{
RTL_TEXTENCODING_MS_932
,
0x80
},
// Shift-JIS
{
RTL_TEXTENCODING_MS_936
,
0x86
},
// GB-2312
{
RTL_TEXTENCODING_MS_950
,
0x88
},
// Big5
{
RTL_TEXTENCODING_MS_949
,
0x81
},
// EUC-KR
};
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
s_fallbacks
);
++
i
)
{
// fall back to a charset that can at least encode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment