Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > New Feature Requests
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

New Feature Requests Your idea for a cool new feature. Or, a LimeWire annoyance that has to get changed.


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old March 13th, 2002
bmk bmk is offline
Disciple
 
Join Date: March 4th, 2002
Location: Germany
Posts: 13
bmk is flying high
Cool

The problem is solved - half of it, that is. UTF-8 has been accepted for the 0.7 proposal. Any language can be described by it. Now you just need a client that fully implements this proposal, and a computer with your desired default system locale, or a smart client that accepts any character in the UNICODE range.

Just returning specific language servers for a specific language query isn't very desirable and anyway impossible to implement: You would need to explicitly specify the language of a file. This is bothersome, unnecessarily restrictive (think of a word which is written with the same Chinese characters in Korean, Chinese and Japanese) and much too complicated to implement. Also, what would you do with servers which offer mixed language files?

The problem is solved, with the 0.7 proposal. Now it depends on the clients.
Reply With Quote
  #12 (permalink)  
Old November 21st, 2002
Unregistered
Guest
 
Posts: n/a
Default mutibyte emulation option

convert multibyte (utf-8) to non-lossy-ascii and search.
convert non-lossy-ascii to utf-8 (alphabet would be passed)
and display search result.

is it effective?
Reply With Quote
  #13 (permalink)  
Old November 21st, 2002
Unregistered
Guest
 
Posts: n/a
Default

i have created utf-8 text by TextEdit OSX.
and save as non-lossy-ascii.
and open saved text with iso-latin-1 encoding
fellow text was displayed.

€u3053€u306e

and copy and paste it to limewire search field,
and push query button.
it has passed.
Reply With Quote
  #14 (permalink)  
Old November 24th, 2002
Unregistered
Guest
 
Posts: n/a
Thumbs up Another solution

Being thought as evasion step the character string which is converted
as the ISO-8856-1 code prepare the function which is converted to the
correct character string.
this is sample code.

public static String raw2String(String raw, String encoding)
throws UnsupportedEncodingException {

return (new String(raw.getBytes("8859_1"), encoding));
}
Reply With Quote
  #15 (permalink)  
Old November 24th, 2002
Unregistered
Guest
 
Posts: n/a
Default

It is the processing where the program below at a time one character
fetches character from String and transfers to doSomething method.
this is sample.
For support Limewire to UNICODE dynamic composition.

public static void doSomethingPerCharacter(String string) {
BreakIterator boundary = BreakIterator.getCharacterInstance();
boundary.setText(string);
int start = boundary.first();
for (int end = boundary.next(); end != BreakIterator.DONE;
start = end, end = boundary.next()) {
String c = String.substring(start, end);
doSomething(c);
}
}
Reply With Quote
Reply


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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
why Turkish Language not inside of Language options? WhyWhy Deutsch 18 October 21st, 2010 09:38 AM
Lime wire support??? What support? ticked Open Discussion topics 2 May 15th, 2007 04:13 PM
linux specific fixes - amaroK support, better looking themes, and XGL/COMPIZ support baldy1324 New Feature Requests 0 May 25th, 2006 03:12 PM
LW Pro Support timmy_t03 Connection Problems 0 October 17th, 2004 01:32 PM
language support JackDCLee General Gnutella / Gnutella Network Discussion 0 November 12th, 2001 05:37 AM


All times are GMT -7. The time now is 08:25 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.