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
f2a0e403
Kaydet (Commit)
f2a0e403
authored
Haz 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't truncate a UTF-32 code point to a UTF-16 code unit
Change-Id: Ie332b3d088547f6bcc676471182420766ecfedca
üst
bd204222
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
LocaleNode.cxx
i18npool/source/localedata/LocaleNode.cxx
+3
-3
No files found.
i18npool/source/localedata/LocaleNode.cxx
Dosyayı görüntüle @
f2a0e403
...
...
@@ -1216,7 +1216,7 @@ void LCFormatNode::generateCode (const OFileWriter &of) const
{
incErrorStr
(
"Error: failed to extract full date acceptance pattern: %s
\n
"
,
aPattern
);
fprintf
(
stderr
,
" with DateSeparator '%s' from FormatCode '%s' (formatindex=
\"
%d
\"
)
\n
"
,
OSTR
(
OUString
(
cDateSep
)),
OSTR
(
sTheDateEditFormat
),
OSTR
(
OUString
(
&
cDateSep
,
1
)),
OSTR
(
sTheDateEditFormat
),
(
int
)
cssi
::
NumberFormatIndex
::
DATE_SYS_DDMMYYYY
);
}
else
...
...
@@ -1224,7 +1224,7 @@ void LCFormatNode::generateCode (const OFileWriter &of) const
fprintf
(
stderr
,
"Generated date acceptance pattern: '%s' from '%s' (formatindex=
\"
%d
\"
and defined DateSeparator '%s')
\n
"
,
OSTR
(
aPattern
),
OSTR
(
sTheDateEditFormat
),
(
int
)
cssi
::
NumberFormatIndex
::
DATE_SYS_DDMMYYYY
,
OSTR
(
OUString
(
cDateSep
)));
OSTR
(
OUString
(
&
cDateSep
,
1
)));
// Insert at front so full date pattern is first in checks.
theDateAcceptancePatterns
.
insert
(
theDateAcceptancePatterns
.
begin
(),
aPattern
);
}
...
...
@@ -1235,7 +1235,7 @@ void LCFormatNode::generateCode (const OFileWriter &of) const
{
incErrorStr
(
"Error: failed to extract 2nd date acceptance pattern: %s
\n
"
,
aPattern2
);
fprintf
(
stderr
,
" with DateSeparator '%s' from FormatCode '%s' (formatindex=
\"
%d
\"
)
\n
"
,
OSTR
(
OUString
(
cDateSep2
)),
OSTR
(
sTheDateEditFormat
),
OSTR
(
OUString
(
&
cDateSep2
,
1
)),
OSTR
(
sTheDateEditFormat
),
(
int
)
cssi
::
NumberFormatIndex
::
DATE_SYS_DDMMYYYY
);
}
else
...
...
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