Anonymous | Login | 01-26-2021 02:43 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
0007602 | [Squeak] Multilingual | major | always | 01-29-11 23:30 | 05-22-11 20:35 | ||||||||
Reporter | unoduetre | View Status | public | ||||||||||
Assigned To | leves | ||||||||||||
Priority | normal | Resolution | fixed | Platform | |||||||||
Status | resolved | OS | |||||||||||
Projection | none | OS Version | |||||||||||
ETA | none | Fixed in Version | trunk | Product Version | 4.1 | ||||||||
Product Build | |||||||||||||
Summary | 0007602: CR and LF | ||||||||||||
Description |
Please run the following code: file:=FileStream fileNamed: 'test.txt'. file lineEndConvention: #lf. file nextPut: Character cr. file nextPutAll:' ' asWideString. file lineEndConvention: #cr. file nextPut: Character cr. file nextPutAll:' ' asWideString I've tested it on Linux (#lf convention), but it might work on other systems (that's why I've included the last four lines). The file 'test.txt' after doing these lines is: nl cr cr cr, and of course it should be nl nl cr cr. |
||||||||||||
Steps To Reproduce | |||||||||||||
Additional Information | |||||||||||||
Attached Files | |||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
45 total queries executed. 35 unique queries executed. |