Anonymous | Login | Signup for a new account | 2024-11-22 18:54 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000549 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2014-09-01 07:44 | 2014-10-27 18:55 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | high | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | SPARC | OS | Sun Solaris | OS Version | 11 | ||||
Product Version | 5.0 | ||||||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||||||
Summary | 0000549: ICONV on Solaris don't support ISO-Codepages | ||||||||
Description | The supported codepages of ICONV on solaris is very limited. For example the ISO codepages and a lot of EBCDIC code pages are not supported. The supported code pages are different between the different Solaris (Open, Sparc, ...) versions. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||||||||||||||||||||||
|
Notes | |
(0000604) Falk Reichbott (administrator) 2014-09-01 08:20 |
The problems and differences between the different iconv implementations on the different platforms have result in the decision to implement a own character conversion library. This library will support all code pages which have a known CCSID and are supported by libiconv on linux. First tests of an prototyp were 20-30% faster then libiconv on linux. The new character conversion library will have the features below: - integrated EBCDIC new line (EBCDIC 0x15 = UCP 0x85)) to line feed (EBCDIC 0x25 = UCP 0x0A = ASCII 0x0A) conversion - integrated case folding (to upper/lower) - subset support (free definable valid or invalid code points (with an example for NPA)) With this new library we will resolve all ICONV releated issues. |
(0000665) Falk Reichbott (administrator) 2014-10-27 18:55 |
We have implement a own character conversion module (ICV) to solve this and all other related issues. |
Issue History | |||
Date Modified | Username | Field | Change |
2014-09-01 07:44 | Falk Reichbott | New Issue | |
2014-09-01 07:44 | Falk Reichbott | Status | new => assigned |
2014-09-01 07:44 | Falk Reichbott | Assigned To | => Falk Reichbott |
2014-09-01 07:45 | Falk Reichbott | Relationship added | related to 0000375 |
2014-09-01 07:48 | Falk Reichbott | Relationship added | related to 0000550 |
2014-09-01 07:51 | Falk Reichbott | Relationship added | related to 0000085 |
2014-09-01 07:51 | Falk Reichbott | Relationship added | related to 0000084 |
2014-09-01 08:20 | Falk Reichbott | Note Added: 0000604 | |
2014-09-01 08:24 | Falk Reichbott | Relationship added | related to 0000083 |
2014-10-27 18:55 | Falk Reichbott | Note Added: 0000665 | |
2014-10-27 18:55 | Falk Reichbott | Status | assigned => resolved |
2014-10-27 18:55 | Falk Reichbott | Resolution | open => fixed |
2014-10-27 18:55 | Falk Reichbott | Product Version | => 5.0 |
2014-10-27 18:55 | Falk Reichbott | Fixed in Version | => 5.1 |
2014-10-27 18:55 | Falk Reichbott | Target Version | => 5.1 |
Copyright © 2000 - 2024 MantisBT Team |