The charset tag has no wiki summary.
3
votes
1answer
570 views
How to mount via cifs non-unicode samba sever with character set conversion?
in old times of smbfs I use codepage and iocharset options, but cifs does not support codepage. What I can do?
1
vote
2answers
181 views
How is character encoding inside Sakura done?
In the Sakura editor, you can have a .txt file with UTF-8 encoding, which contains 2 characters that are not available in EUC charset.
When I saved a .txt from UTF-8 to EUC in the editor, it all ...
1
vote
2answers
121 views
How to set a character set per application in *nix?
I am attempting to set a character set of IBM850 on slackware linux for a particular application (epic5).
Im using rxvt-unicode and have setup LANG/LC_*=en_US. Now if I set the encoding to IBM850 in ...
1
vote
2answers
212 views
How can I type with Chinese characters in Windows 7?
I have a standard US version of Windows 7. I would like to input Chinese characters in Adobe Premier Pro. How can I do this?
0
votes
2answers
214 views
Strange font behavior in “displaying source code mode” of Firefox
When visiting "http://www.veritech.co.kr/" and displaying the source code (ctrl-u) the font used for the displaying the code is different from the usual font. The charset used by this page is not very ...
0
votes
2answers
5k views
Change the default codepage from latin1 to utf8 on a linux machine
How can I change the default codepage/charset on a linux system from latin1 to utf8?
I need to do this on two systems, one is running Ubuntu and the other Debian.
1
vote
2answers
901 views
How do I connect from a utf-8 client to a latin1 server over ssh?
I have a fresh Ubuntu install and I want to connect over ssh in a gnome-terminal. The server uses latin1 (All files etc. are latin1), so I want to use that in the session. I have changed the charset ...