Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 191387 - RFE: support for perl-Spreadsheet-ParseExcel
Summary: RFE: support for perl-Spreadsheet-ParseExcel
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Unicode-Map
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Aurelien Bompard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 191350
TreeView+ depends on / blocked
 
Reported: 2006-05-11 15:13 UTC by Michael A. Peters
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-30 16:18:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael A. Peters 2006-05-11 15:13:37 UTC
RFE - support for perl-Spreadsheet-ParseExcel

Spreadsheet::ParseExcel is a perl module that requires modification to
Unicode::Map in order to fully function.

At a minimum, the following lines need to be added to Unicode/Map/REGISTRY:

name:    CP932Excel
srcURL:  $SrcUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT
src:     $DestUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT
map:     (which you copied directry)/CP932Excel.map
# Don't remove this line



It would not be appropriate for perl-Spreadsheet-ParseExcel to modify that file
itself, since it does not own it.

-=-

Additionally, there is the issue of the CP932Excel.map file

perl-Spreadsheet-ParseExcel is a noarch package, but the correct place for the
map file is in an arch dependent directory (ie
i386-linux-thread-multi/Unicode/Map/MS/WIN/ )

There are two options - I can install the file as part of
perl-Spreadsheet-ParseExcel and make the package arch dependent, or the file can
be added to the Unicode::Map package.

I would prefer the latter, but would be willing to do the former.

-=-
The README file describing this can be viewed at

http://search.cpan.org/src/KWITKNR/Spreadsheet-ParseExcel-0.2603/README

The needed map file is at

http://search.cpan.org/src/KWITKNR/Spreadsheet-ParseExcel-0.2603/CP932Excel.map

Comment 1 Michael A. Peters 2006-05-15 06:50:25 UTC
I went ahead and had perl-Spreadsheet-ParseExcel install the map file.
So all that needs to be done for the proper japanese support is the modification
to the Unicode/Map/REGISTRY file as described.

Comment 2 Aurelien Bompard 2006-08-30 16:18:06 UTC
Done for FC6. Sorry for this extra-lenghty reply, but I packaged
perl-Unicode-Map only as a dependency. If you're interested in this package,
please feel free to take it over.


Note You need to log in before you can comment on or make changes to this bug.