|
|
@@ -264,7 +264,7 @@ int main (int argc, char **argv) |
|
|
|
return -1; |
|
|
|
} |
|
|
|
/* Export given canvas to format we want */ |
|
|
|
output_buffer = cucul_export_canvas(canvas, "ansi"); |
|
|
|
output_buffer = cucul_export_canvas(canvas, "utf8"); |
|
|
|
if(output_buffer == NULL) |
|
|
|
{ |
|
|
|
printf("Can't export file to text !\n"); |
|
|
|