[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#173963: ar_SD locale fix



I sent in a patch to (hopefully) fix bug #160040 which is related to
this bug as well (viz. the sr_YU locales) and noticed that a similar
patch could work for ar_SD as well. I am attaching said patch but it
is completely untested so handle it with some caution please. Please
see the report for bug #160040 for more information.

(I haven't received a receipt from @bugs.debian.org about my patch for
#160040 yet so maybe it didn't make it through. I'll check back later
to make sure it enters the BTS properly.)

/* era */

#! /bin/sh -e
#
# localedata/locales/ar_SD quick fix -- typo in currency identifier
# (Debian BTS bug #173963)
# era@iki.fi Thu Mar 20 12:40:24 2003
#
# patch script cloned from debian/patches/locale-es_AR.dpatch -- let me
# know if this should be set up differently somehow :-/

if [ $# -ne 2 ]; then
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
    exit 1
fi
case "$1" in
    -patch) patch -d "$2" -f --no-backup-if-mismatch -p0 < $0;;
    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p0 < $0;;
    *)
	echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
	exit 1
esac
exit 0

--- localedata/locales/ar_SD	Thu Oct 26 20:44:45 2000
+++ localedata/locales/ar_SD	Thu Mar 20 12:41:32 2003
@@ -44,10 +44,10 @@
 
 LC_MONETARY
 % This is the POSIX Locale definition the LC_MONETARY category.
-% These are generated based on XML base Locale difintion file
+% These are generated based on XML base Locale defintion file
 % for IBM Class for Unicode/Java
 %
-int_curr_symbol       "<U0053><U0044><U0050><U0020>"
+int_curr_symbol       "<U0053><U0044><U0044><U0020>"
 currency_symbol       "<U062C><U002E><U0633><U002E>"
 mon_decimal_point     "<U002E>"
 mon_thousands_sep     "<U002C>"
-- 
Join the civilized world -- ban spam like we did! <http://www.euro.cauce.org/>
   tee -a $HOME/.signature <$HOME/.plan >http://www.iki.fi/era/index.html

Reply to: