[Bug 212984] Review Request: openoffice.org-langpack-ar-dict - Arabic word list/dictionaries for OpenOffice

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 6 14:20:32 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: openoffice.org-langpack-ar-dict - Arabic word list/dictionaries for OpenOffice


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212984





------- Additional Comments From danken at cs.technion.ac.il  2007-06-06 10:20 EST -------
Created an attachment (id=156354)
 --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=156354&action=view)
convert Buckwalter's Arabic encoding to UTF-8

Attachment 156353 converts the wordlist to UTF8. The affix file is abit more
complex, and I used:

cat ar1.aff |grep -v '^.FX' >nonFX
cat ar1.aff |grep '^.FX'| cut -d ' ' -f 1-3 >FX123
cat ar1.aff |grep '^.FX'| cut -d ' ' -f 4 | ./btr >FX4
cat ar1.aff |grep '^.FX'| cut -d ' ' -f 5- >FX5
paste -d ' ' FX123 FX4 FX5 >FX
cat nonFX FX >ar.aff

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list