[M89] Fix Persian unit formatting

Rollback the content of the file source/data/unit/fa.txt
back to the exact content before the landing of 68.1 and rebuild the data files.

Test:
["centimeter", "foot", "hectare", "gigabit", "gigabyte", "inch",
"kilobit", "kilobyte", "kilogram", "kilometer", "megabit", "megabyte",
"meter", "meter-per-second",  "mile", "millimeter", "petabyte",
"terabit", "terabyte", "yard"
].forEach(function(unit) { console.log(unit + " : " + (
new Intl.NumberFormat('fa', { style: 'unit', unit: unit })).format(1))})

Expect to see:
No ascii "<LRM>" got displayed in each line of result.

Bug: 1171786


Change-Id: Ib0e1f133938393977da889883001d8386f41fb8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2683086
Reviewed-by: Jungshik Shin <jshin@chromium.org>
9 files changed