I understand that Ubuntu uses UTF-8 as default. Is this correct?
I collect so many bits and pieces in various scripts that Unicode is nigh-vital to me.
Thanks,
JimW
Archived thread 100028 from Absolute Beginner Talk. Markdown source: Absolute_Beginner_Talk/thread_100028_Utf-8.md
I understand that Ubuntu uses UTF-8 as default. Is this correct?
I collect so many bits and pieces in various scripts that Unicode is nigh-vital to me.
Thanks,
JimW
I understand that Ubuntu uses UTF-8 as default. Is this correct?
I collect so many bits and pieces in various scripts that Unicode is nigh-vital to me.
Thanks,
JimW
That's correct.
Open a terminal and run "sudo dpkg-reconfigure locales" to see for yourself (...if you have installed Ubuntu already.) All of your installed locales will be utf8.
That's correct.
Open a terminal and run "sudo dpkg-reconfigure locales" to see for yourself (...if you have installed Ubuntu already.) All of your installed locales will be utf8.
Thanks very much.
JimW