1# UN Literacy Data (CLDR BRS) 2 3 4 51. Goto <https://data.un.org/Data.aspx?d=POP&f=tableCode:31> 62. On the left tab under filters: 7 - under **Area** choose **Total** 8 - under **Sex** choose **Both Sexes** 93. Click the **Download** button and choose **XML** 104. Save the resultant XML file as `tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/un_literacy.xml` 115. Now you can run `AddPopulationData` 12 13> Note: If the format changes, you'll have to modify the `AddPopulationData.loadUnLiteracy()` method. 14