Hi,
I am using PHP to take some old files apart and store them in XML-format.
The old files are stored in the ascii that IBM originally put forward.
Since the files hold text in danish, the letters Æ, Ø and Å are giving me problems, since windows has given them a different value, compared to IBM.
(http://www.jimprice.com/jim-asc.htm)
I have tried different solutions that work only semi-satisfying.
If anyone know of code written to do this for me or other thoughts/solutions,
it would be a great help.
Ending up in utf-8 would solve all my worries, including using the text-snippets in SVG.
Cheers from DK,
Stigur
Converting IBM Ascii to utf-8
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
viewtopic.php?t=36549 may be of interest.