FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000489FL52.2 Subprogram FLUC (CONV)public2014-06-29 10:142014-07-01 00:36
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformSystem zOSz/OSOS VersionV1R13
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0000489: CCSID 'CP1252' don't work
DescriptionIf I use CCSID='1252' any thing works fine. If I try to use 'CP1252' the CCSID is unknown.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000516)
Falk Reichbott (administrator)
2014-06-29 10:22

We use a own mapping to determine the encoding string (CP1252) from the CCSID (1252) but if you use the encoding string (inkl. synonyms) we use a function from the unicode support on z/OS to determine the CCSID. If the encoding string supported with "info get.ccsids" and not accepted by the CNVCHR component, then the z/OS function which provides the CCSID for an encoding string does not know this alias.

Means we must implement a own mapping funktion for CCSIDs for each known encoding alias to solve this problem.

On z/OS if you provide an encoding string (CP1252) we try first to open the iconv with the CCSID (based on the ccsid mapping function of z/OS (expected result 1252)) if this not successful then we try it with the provided encoding string (CP1252). CP1252 is not supported but also the mapping funktion daos not support this encoding string. The CCSID it self is supported.
(0000519)
Falk Reichbott (administrator)
2014-07-01 00:36

Add own mapping function of encoding strings in ccsids to fix this issue.

- Issue History
Date Modified Username Field Change
2014-06-29 10:14 Falk Reichbott New Issue
2014-06-29 10:14 Falk Reichbott Status new => assigned
2014-06-29 10:14 Falk Reichbott Assigned To => Falk Reichbott
2014-06-29 10:22 Falk Reichbott Note Added: 0000516
2014-07-01 00:36 Falk Reichbott Note Added: 0000519
2014-07-01 00:36 Falk Reichbott Status assigned => resolved
2014-07-01 00:36 Falk Reichbott Resolution open => fixed
2014-07-01 00:36 Falk Reichbott Fixed in Version => 5.0


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker