Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Garbage output when using app/console on IBM iSeries #1434

Closed
@Bieleke

Description

@Bieleke

i'm trying to use SF2 on an ibm iseries
Seems app/console, even with the --no-ansi parameters spills out garbage on the screen.
i know what the problem is of app/console spilling out garbage
it is not the ansi stuff as the parameter --no-ansi does not solve the problem
the reason of the garbgage is... EBCDIC (Extended Binary Coded Decimal Interchange Code )
http://search400.techtarget.com/definition/EBCDIC
so if you want to get that straight on an iseries, then you have to use iconv to convert the ebcdic so it outputs readable
or another solution would be to output in ASCII
because if i use echo "some text" instead of using the command writeln from letś say the command then everything is ok
beside of that, if SF2 is fixed, the way it displays correct output, then you guys are ready to go enterprise
zend framework does not have this problem, but i really want to use SF2 instead of ZF on our iseries

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions