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