<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello Dirk,</div>

<div> </div>

<div>I am using the CC11 raw output to parse to my webcluster interface I am currently experimenting on. I have some spots like:</div>

<div> </div>

<div>
<table id="spot_table">
        <tbody id="spots">
                <tr class="vhf">
                        <td>28-May-2019</td>
                        <td>1822Z</td>
                        <td class="bold">EA3LA</td>
                        <td>B-GI-L-T-EA</td>
                        <td class="right">50150.1</td>
                        <td>SP1MGM</td>
                        <td> </td>
                </tr>
                <tr class="hf">
                        <td>28-May-2019</td>
                        <td>1822Z</td>
                        <td class="bold">EA4DFE</td>
                        <td>BA-CC-CR-CU-GU-M-TO-EA</td>
                        <td class="right">18135.0</td>
                        <td>EA4DFE</td>
                        <td>Cq ea</td>
                </tr>
        </tbody>
</table>

<div>
<table id="spot_table">
        <tbody id="spots">
                <tr class="vhf">
                        <td>28-May-2019</td>
                        <td>1827Z</td>
                        <td class="bold"><strong>EA3EVL</strong></td>
                        <td>B-GI-L-T-EA</td>
                        <td class="right">50181.8</td>
                        <td>IN3FPJ</td>
                        <td> </td>
                </tr>
        </tbody>
</table>

<div> </div>

<div> </div>

<div>and the raw CC11 packet looks like that:</div>

<div>CC11^50181.8^<strong>EA3EVL</strong>^28-May-2019^1827Z^^IN3FPJ^34^85^EA4RCH-5^37^14^28^15^^^<span style="background-color:#ffff00;">B-GI-L-T-</span><strong><span style="background-color:#ffff00;">EA</span></strong>^Trentino-Alto-Adige-I^^JN56</div>

<div> </div>

<div>As I am using the circumflex as field separator I store the data into an array. The field marked here with yellow background usually indicates the Country/Region name of the spotted call. In this example and some more I get weird letters separated by a dash as shown on the above example line/s. I guess they stand for a prefix but I have no clue how they are generated from. On most spots they are correct but on those example I get only a bunch of letters as shown. I have recognized that the tail of this Country/Region field (I have marked it with bold text in the yellow text) is indicating the correct prefix of that spotted country. In this example <strong>EA</strong> for <strong>Spain</strong>.</div>

<div> </div>

<div><u>So my 1st question is:</u></div>

<div>Where does this information come from and why does it show such weird letter combinations for some spots?</div>

<div> </div>

<div><u>My 2nd question is:</u></div>

<div>Some spotted calls contain in that field information like...</div>

<div>CC11^50094.0^<strong>AM70C</strong>^28-May-2019^1836Z^QSYed by QRM  CW^EA1WX^34^34^EA4URE-5^37^14^37^14^^^<strong>Andalusia-EA</strong>^AV-BU-C-LE-LO-LU-O-OU-P-PO-S-SA-SG-SO-VA-ZA-EA^IN52^</div>

<div> </div>

<div>I am looking for a solution to get the correct DXCC name for this spot, in that case SPAIN. Is there any way to read out this information from a DXspider line or do I have to use another sort of conversion tools/libs? Are you aware of a solution which shows the correct DXCC for the spotted call and which allows me also to display the corresponding country flag for that particular country?</div>

<div> </div>

<div>looking forward to your reply, thank you so much in advance.</div>

<div>73, Saki</div>

<div>DD5XX</div>
</div>
</div></div></body></html>