<table><tr><td style="">vkrause created this revision.<br />Restricted Application added a project: KDE PIM.<br />Restricted Application added a subscriber: kde-pim.<br />vkrause requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14563">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This replaces the many year outdated countrytransl.map file with a<br />
compiled-in data table. This is much more complete (28k strings rather<br />
than the previous ~5k), up-to-date (the old data set was from a time<br />
when Yugoslavia was still a thing), and much much faster to access<br />
(no more text file parsing for each lookup, but a binary search in<br />
shared read-only data). However, we pay for this by needing more disk<br />
space (670kB vs 95kB), which is largely due to the increased amount of<br />
strings, many of which are in "expensive" encodings, the overhead per<br />
string only increases from four to five bytes.</p>

<p>This is based on Sune's work in kde:scratch/sune/countrieslistcldr.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R174 PIM: KContacts</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14563">https://phabricator.kde.org/D14563</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/addresstest.cpp<br />
src/CMakeLists.txt<br />
src/address.cpp<br />
src/countrytoisomap_data.cpp<br />
src/countrytoisomap_p.h<br />
src/generator/CMakeLists.txt<br />
src/generator/main.cpp<br />
src/generator/translatedcountrylist.cpp<br />
src/generator/translatedcountrylist.h</div></div></div><br /><div><strong>To: </strong>vkrause<br /><strong>Cc: </strong>kde-pim, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>