fix the encoding problem with unicode literals in the Python binding

This commit is contained in:
kr.angelov
2013-05-21 10:53:20 +00:00
parent b5fc542142
commit 78aab96369
3 changed files with 6 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ pgf_expr_unapply(PgfExpr expr, GuPool* pool);
PgfExpr
pgf_read_expr(GuReader* rdr, GuPool* pool, GuExn* err);
pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err);
bool
pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2);