<div dir="ltr">Do your shapefiles include a code page file (*.cpg)? If not, maybe that would help.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 4, 2020 at 2:57 AM Aneta Muslić <<a href="mailto:a.muslic@outlook.com">a.muslic@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I am using gdal version 2.4.4 in my c# app.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
As a part of my project I am creating pdf with gdal_translate command. GDAL translate command is </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<i>"gdal_translate  --config SHAPE_ENCODING "utf-8" -of PDF -tr 0.001 0.001 -a_srs EPSG:3765 Granice.tif Sisacko_moslavacka_zupanija3.pdf -co OGR_DATASOURCE=Extent.vrt".</i></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<i><br>
</i></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Part of vrt file that displays labels is:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<i><OGRVRTLayer name="SHPCounties"></i>
<div><i><SrcDataSource relativeToVRT="0">MSSQL: driver={SQL Server Native Client 11.0};</i></div>
<div><i>server=xxx;uid=xx;pwd=xx;database=HAPIH;</i></div>
<div><i>Integrated Security=False;MARS_Connection=yes</SrcDataSource></i></div>
<div><i><SrcLayer>SHPCounties</SrcLayer></i></div>
<div><i><LayerSRS>EPSG:3765</LayerSRS>        </i></div>
<div><i><SrcSQL></i></div>
<div><i>select Geometry.STCentroid() as pointPolygonCounties,</i></div>
<div><i>CAST(Name AS varchar(100)) COLLATE Croatian_CI_AI AS NameCollated,</i></div>
<div><i>'LABEL(f:"Times New Roman",t:{NameCollated},c:#000000,s:40pt)' AS OGR_STYLE
</i></div>
<div><i>FROM SHPCounties</i></div>
<div><i></SrcSQL></i></div>
<div><i><GeometryType>wkbPoints</GeometryType> </i></div>
<div><i><GeometryField name="pointPolygonCounties" /></i></div>
<i></OGRVRTLayer> <br>
</i></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
My labels have special characters (č and ć). I defined encoding to utf-8 and gdal-config as utf-8 but in generated pdf under fonts I can see that the font used is Times New Roman with encoding ansi, and characters č and ć are replaced with c because ansi doesn't
 support those letters. I tried writing just the letter 'č' to pdf so I can eliminate that the problem is in database but it is replaced with something else in pdf,  also I tried using html entity for those letters but it doesn't help.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I would like to know how can I define in label options of vrt file for it to use font with custom encoding and not ansi encoding so it can display my special characters or there is another way for me to display those special characters. </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thank you.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div>
<div id="gmail-m_-3769794581479263904Signature">
<div></div>
</div>
</div>
</div>

_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Richard W. Greenwood, PLS<br><a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div></div>