bucardo / dbdpg

Perl Postgres driver DBD::Pg aka dbdpg
48 stars 35 forks source link

Remove mention of the UTF8 flag. #65

Closed FGasper closed 4 years ago

FGasper commented 4 years ago

perlunifaq pretty emphatically discourages Perl programmers from thinking about the UTF8 flag. Similar discouragement about the UTF8 flag is found in Encode.pm’s documentation.

This changeset replaces mention of that flag in DBD::Pg’s POD with language that encourages an understanding of Perl’s Unicode model that accords better with the language documentation.