vschrade / workspacemechanic

Automatically exported from code.google.com/p/workspacemechanic
0 stars 0 forks source link

When using @task_type RECONCILE, WM doesn't deal with unicode caracters correctly #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've attached 2 very basic epf which provides detail formatters for 
java.lang.Exception.

When using @task_type LASTMOD, all goes well, the detail formatter is imported 
as it should.

When using @task_type RECONCILE, the detail formatter is imported, but the 
\u0000 in the epf is imported as is, whereas it should be decoded to ,

Affects WM 0.1.5 and earlier.

Original issue reported on code.google.com by vincent....@gmail.com on 3 Apr 2012 at 12:14

Attachments:

GoogleCodeExporter commented 8 years ago
Hey, are you sure that you mean \u0000 and not \u002c?

Original comment by konigsb...@gmail.com on 23 Jun 2012 at 3:35

GoogleCodeExporter commented 8 years ago
I'm pretty sure it's fixed at head. Burning a new test release before too long 
- seeing what other bugs I can fix.

Original comment by konigsb...@gmail.com on 23 Jun 2012 at 3:43