I would say yes. Each vertex has its normal and uv coords independently if they are mirrored from other vertex or not. uv coords are independient from triangle coords, so you can texture a triangle in native texture format or inverted without problems.

I think it has more to do with how your 3d app exports each vertex. If each vertex has its normal and uv coord right, it will render good.

Salud!