Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] I am not sure about addressing local files. All the file names are done in these lines of code for SearchH. [code] var SearchH_History_Filespec= SearchH_Profile_Path + "\\History.dat" ; var SearchH_Pref_Filespec= SearchH_Profile_Path + "\\prefs.js"; var SearchH_Defaults_Filespec = SearchH_Root_Path + "\\defaults\\pref\\I10n.js" var SearchH_Htm_Filespec= SearchH_Profile_Path + "\\SH.htm"; [/code] If the paths, which are arguement passed by the exec statement, are UTF-8 then I am adding ASCII to them. One thing I am now sure is wrong is this line in the heading of the html code. [code] c.WriteLine( "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">" ); [/code] I just copied that from some page. I don't know what charset value should be used. With regard to FavRenAdd, I guess I could make another version which passes all the information by arguement. I did that once but we had the problem that the total length of the strings was often more than the exec statement could handle. Best solution would be to find someone who can program in C to add the "Rename/Add" function to the DLL.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development