CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Make rewriter escaping conditional #20

Closed kylebgorman closed 3 years ago

kylebgorman commented 3 years ago

The rewriter only has reason to escape in byte and UTF-8 modes. Escapes don't make sense if we're in symbol table mode.

I don't think this will affect our utilization of the tool but it is the conceptually correct thing to do.