You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/03/14 16:08:18 UTC

[CSV] Unicode escapes are parsed too early?

Unicode escapes are parsed and replaced quite early on, so for example

String code = "abc,\\u000D\\u000A\\u0062\\u006C\\u0069\\u0063";

is treated the same as

String code = "abc,\r\n\\u0062\\u006C\\u0069\\u0063";

Is that the intention?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org