psql_ascii_2_utf8
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
psql_ascii_2_utf8 [2019/03/12 16:42] – sweitmann | psql_ascii_2_utf8 [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
You should get the following output: | You should get the following output: | ||
SQL_ASCII_database_dump.sql: | SQL_ASCII_database_dump.sql: | ||
- | Then you convert your ISO-8859 or CP1250 file to UTF8 by typing: | + | Then you convert your ISO-8859 or CP1250 file to UTF8 by typing |
cat SQL_ASCII_database_dump.sql | recode iso-8859-1..u8 > UTF8_database_dump.sql | cat SQL_ASCII_database_dump.sql | recode iso-8859-1..u8 > UTF8_database_dump.sql | ||
- | iconv -f CP1250 -t UTF-8 < | + | |
+ | | ||
Check the result by typing: | Check the result by typing: | ||
psql_ascii_2_utf8.1552408936.txt.gz · Last modified: 2024/09/25 06:19 (external edit)