LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-29-2012, 04:56 AM   #1
ytyyutianyun
Member
 
Registered: Nov 2011
Posts: 63

Rep: Reputation: Disabled
What's the meaning of "Ŀ¼"


I have found "Ŀ¼" document in some ftp based on linux.
What's the meaning or funtion?

Thanks

For example:

http://i730.photobucket.com/albums/w...anyun/1-12.png

http://i730.photobucket.com/albums/w...ianyun/2-6.png
 
Old 03-29-2012, 05:07 AM   #2
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
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.
Old 03-29-2012, 05:22 AM   #3
ytyyutianyun
Member
 
Registered: Nov 2011
Posts: 63

Original Poster
Rep: Reputation: Disabled
I think it's not the reason only for the character

Quote:
Originally Posted by fukawi1 View Post
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
 
Old 03-29-2012, 08:23 AM   #4
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
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.
 
Old 03-29-2012, 08:26 AM   #5
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
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?
 
Old 03-29-2012, 09:00 AM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
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.
 
Old 03-29-2012, 10:15 AM   #7
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
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.
 
Old 03-29-2012, 10:48 AM   #8
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
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.
Old 03-29-2012, 10:53 AM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Going one step further, a google translate gives:
Rite of Passage Alice
 
Old 03-29-2012, 09:42 PM   #10
ytyyutianyun
Member
 
Registered: Nov 2011
Posts: 63

Original Poster
Rep: Reputation: Disabled
Thanks of all

Quote:
Originally Posted by David the H. View Post
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
 
  


Reply

Tags
character, ftp



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is meaning of "has pages locked into memory (for real-time and custom IO) " ? dtustudy68 Programming 2 05-13-2011 01:08 PM
What is the meaning of using "__KERNEL__" and "MODULE" macro? nithima Linux - Newbie 1 10-18-2010 08:26 PM
please explain meaning of "Good Memory Size" in AIX nagendrar AIX 1 12-17-2009 09:13 AM
The meaning of "/dev/md0: No md super block found"? PhillipHuang Linux - Software 6 01-10-2007 07:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration