larsiusprime / firetongue

A translation/localization framework written in Haxe
MIT License
144 stars 32 forks source link

Space character in "data.csv" affects visual apperance #5

Closed as3boyan closed 10 years ago

as3boyan commented 11 years ago

And if you have some space char after comma(in "data.csv" file) "$VAR", "VAR!", you may get this: <"VAR!>

It's hard to notice difference between those ones: "$VAR","VAR!", "$VAR", "VAR!",

Maybe this is not a bug, but it's very easy to get it. I think you should check you CSV parser.

larsiusprime commented 11 years ago

I'll look into this and see if I can fix it. That shouldn't be happening.

larsiusprime commented 10 years ago

I've found it is very tricky to create a really robust CSV parser, and for this reason I'm moving towards recommending TSV as the primary format for firetongue. I'm closing this issue for now.