vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| We have a problem with exporting data from Progress to an output file. This concerns the foreign characters. For example with have this Danish address: Lwe dense Kbenhavngade 67 Denmark It is looking perfect as long as you are looking to it through Progress, but when you sent it with a put statement to an outputfile, the foreign characters are changed to: L"we dense K>benhavngade 67 Denmark Does anyone have a solution to this problem? We don't only have this problem with Danish characters, but also with the Centraleuropean ones and others. We work with Progress 9.1D on a Linux (Similar to UNIX)-platform. Thanks, Ruud. |
| ||||
| "Ruud" <noreply@noreply.nl> wrote in news:e9e3a$4236b5d7$54f6312d$10376@publishnet.news-service.com: > We have a problem with exporting data from Progress to an output file. > This concerns the foreign characters. > > For example with have this Danish address: > Lwe dense > Kbenhavngade 67 Denmark > > It is looking perfect as long as you are looking to it through > Progress, but when you sent it with a put statement to an outputfile, > the foreign characters are changed to: L"we dense > K>benhavngade 67 Denmark > > Does anyone have a solution to this problem? We don't only have this > problem with Danish characters, but also with the Centraleuropean ones > and others. > > We work with Progress 9.1D on a Linux (Similar to UNIX)-platform. > > > Thanks, > Ruud. > > Look into the -cpstream parameter.. This should be the same as the - cpinternal parameter. Also, make sure you are outputing unformatted. Kevin |