Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-29-2012, 05:07 AM
|
#2
|
|
Member
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854
Rep: 
|
It is actually two characters.
The upper case L, ANSI 76, and the 1/4 (one quarter) symboll, ANSI 188.
|
|
|
1 members found this post helpful.
|
03-29-2012, 05:22 AM
|
#3
|
|
LQ Newbie
Registered: Nov 2011
Posts: 28
Original Poster
Rep: 
|
I think it's not the reason only for the character
Quote:
Originally Posted by fukawi1
It is actually two characters.
The upper case L, ANSI 76, and the 1/4 (one quarter) symboll, ANSI 188.
|
I think it's not the reason only for the character
Because when I want to download it and it can't be downloaded.
And when I download the directory and the sub-files into the windows. And Can't find this document. So What I think maybe "Ŀ¼" is something's stucture.
Thanks
|
|
|
|
03-29-2012, 08:23 AM
|
#4
|
|
Bash Guru
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Debian sid + kde 3.5 & 4.4
Posts: 6,588
|
Looks like an encoding conflict. The filenames were created in a language encoding different from that of the one set to display it, and are therefore being interpreted as mojibake, a series of garbage characters.
|
|
|
|
03-29-2012, 08:26 AM
|
#5
|
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian Squeeze (server), Slackware 13.37 (netbook), Slackware64 14.0 (desktop),
Posts: 8,357
|
It looks like an incompatible encoding issue. Perhaps the FTP server is using UTF-8 (common on current Linux systems) and your client is using something different. Which OS are you running the FTP client on and what is the FTP client?
When you compare the downloaded directory with the list of files shown by the FTP server, can you match them all except the strange one? Or is there an extra one? If so, is it the same size as the strange one?
|
|
|
|
03-29-2012, 09:00 AM
|
#6
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,833
|
I just googled Ŀ¼ and everything I got back looked to be Chinese, suggesting to me it's either a couple of Chinese characters that have the same places in the character set as those symbols in Western encoding or it's something used in China for another purpose.
You could try pasting the letters into a word processor document then changing the font to see whether something more sensible emerges.
|
|
|
|
03-29-2012, 10:15 AM
|
#7
|
|
Senior Member
Registered: May 2010
Location: Dehradun, Uttarakhand, India
Distribution: RHEL, CentOS, Fedora, Ubuntu, Debian
Posts: 1,346
|
fukawi1,
You are correct, Ŀ is a single character with the character code - 013F and ¼ is another character with the character code - 00BC and both are in Unicode hexadecimal.
|
|
|
|
03-29-2012, 10:48 AM
|
#8
|
|
Bash Guru
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Debian sid + kde 3.5 & 4.4
Posts: 6,588
|
If I convert the string from the BIG5 encoding, I get a clean pair of Chinese characters. Whether this represents the actual name of the file or not I can't tell, but I'm guessing it's somewhere close to the truth.
Code:
$ echo 'Ŀ¼' | iconv -f BIG5 -t UTF8
醴翹
|
|
|
1 members found this post helpful.
|
03-29-2012, 10:53 AM
|
#9
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,833
|
Going one step further, a google translate gives:
Rite of Passage Alice
|
|
|
|
03-29-2012, 09:42 PM
|
#10
|
|
LQ Newbie
Registered: Nov 2011
Posts: 28
Original Poster
Rep: 
|
Thanks of all
Quote:
Originally Posted by David the H.
If I convert the string from the BIG5 encoding, I get a clean pair of Chinese characters. Whether this represents the actual name of the file or not I can't tell, but I'm guessing it's somewhere close to the truth.
Code:
$ echo 'Ŀ¼' | iconv -f BIG5 -t UTF8
醴翹
|
I know it. it may be means "目录" for GBK
And "目录" means "catalogue"
Thanks
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:17 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|