Skip to content

Commit

Permalink
Cambia signatura para recordar que ahora rep. interna es UTF8
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Aug 18, 2020
1 parent 884123b commit 71d4298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comun.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ const uint32_t MAXCAD = 32;
using namespace std;

/** Marca en índice */
const string MARCAIND = "Mt77:\xedndiceP5";
const string MARCAIND = "Mt77:\xedndiceP6";


/** Marca en relación de documentos */
const string MARCAREL = "Mt77:relaci\xf3nP5";
const string MARCAREL = "Mt77:relaci\xf3nP6";


/** Caracter que marca final de una cadena en archivo */
Expand Down

0 comments on commit 71d4298

Please sign in to comment.