https://bugs.documentfoundation.org/show_bug.cgi?id=34212
--- Comment #14 from Gilbert Röhrbein <[email protected]> ---
This might be a possible fix, based on the comment in the revert commit.
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx
b/vcl/source/gdi/pdfwriter_impl.cxx
index 0d886e0..8755448 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -3529,7 +3529,7 @@ std::map< sal_Int32, sal_Int32 >
PDFWriterImpl::emitEmbeddedFont( const Physical
"<</Type/Font/Subtype/Type1/BaseFont/" );
appendName( aInfo.m_aPSName, aLine );
aLine.append( "\n" );
- if( !pFont->IsSymbolFont() && pEncoding == nullptr )
+ if( !pFont->IsSymbolFont() && ( pEncoding == nullptr ||
pFont->GetCharSet() == RTL_TEXTENCODING_MS_1252 ))
aLine.append( "/Encoding/WinAnsiEncoding\n" );
if( nToUnicodeStream )
{
The mentioned revert commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=297b22bd49ea11a90063ab8503fb83090f351668
I am new here and I just stumbled upon this bug report because I need to create
a PDF and it came out garbled the whole day :( Is this fix working and could
you get this into a next build of libreoffice?
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs