ExportString "LineSeparators"-> "\n" ignored?
- To: mathgroup at smc.vnet.net
- Subject: [mg121380] ExportString "LineSeparators"-> "\n" ignored?
- From: Zhe Hu <iamhuzhe at gmail.com>
- Date: Tue, 13 Sep 2011 07:19:05 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
ExportString[{{1, 2}, {3, 4}}, "Table", "FieldSeparators" -> " ",
"LineSeparators" -> "\n"] //FullForm
"1 2\r\n3 4"
why is it not:
"1 2\n3 4"