User Tools

Site Tools


psql_ascii_2_utf8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
psql_ascii_2_utf8 [2023/02/20 14:52] sweitmannpsql_ascii_2_utf8 [2023/02/20 14:52] (current) sweitmann
Line 13: Line 13:
 You should get the following output:     You should get the following output:    
     SQL_ASCII_database_dump.sql: ISO-8859 text     SQL_ASCII_database_dump.sql: ISO-8859 text
-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 these two commands:
  
     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
psql_ascii_2_utf8.txt · Last modified: 2023/02/20 14:52 by sweitmann