Skip to content

Commit

Permalink
commend -E=UTF8 to see if this fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
olexiyb committed Jun 14, 2024
1 parent 2f4b6cc commit 83f5d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl PgCommand {
//
// ERROR: character with byte sequence 0xe0 0xab 0x87 in encoding
// "UTF8" has no equivalent in encoding "WIN1252"
"-E=UTF8",
// "-E=UTF8",
"-D",
database_dir.to_str().unwrap(),
&password_file_arg,
Expand Down

0 comments on commit 83f5d9b

Please sign in to comment.