Displaying 2 results from an estimated 2 matches for "chaset".
Did you mean:
charset
2005 Jul 12
2
unix charset = LOCALE
Andrew Bartlett said once that 'unix charset = LOCALE' means to force samba to read 'LANG=' from environment.
>echo $LANG
>en_US
>cat /etc/sysconfig/i18n
>LANG="en_US.UTF-8"
>SUPPORTED="en_US.UTF-8:en_US:en"
>SYSFONT="lat1-16"
When i restart smbd/nmbd all my files inside all shares change their names. Its looks an charset mis-match
2006 Jul 24
7
RoR + MySQL + Unicode
hello! I have a problem when I want to display data in Unicode from
database. I read <a
href="http://ruphus.com/blog/2005/06/23/getting-unicode-mysql-and-rails-to-cooperate/">this
tutorial</a> but I still have problem with non-English characters. I
don''t have any other idea what I should do. Did you meet with similat
problem? Have you got any idea? Thanks in