Re: UK collation sequence
howa wrote:
> voipfc ¼g¹D¡G
>
>
> > What is the basis of choosing between utf8, ascii and latin1 and what
> > are the benefits in real world practice?
>
>
> it depends on your need, if you only need latin characters, there is no
> need to use utf8 as it is waste of storage
When I use SQLYog to export a database the UK ¢G signs are changed to
A¢G. Prior to that I was getting ? characters in the export until I
set the SET NAMES in the import file from utf8 to latin1.
After exporting again the ? signs are gone but the A¢G appears.
Any idea what may be causing this? |