Anonymous | Login | 01-26-2021 03:34 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||||||
Status | resolved | Product Version | 4.1 | ||||||||||
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. |
||||||||||||
Additional Information | |||||||||||||
Attached Files | |||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
45 total queries executed. 35 unique queries executed. |