Unicode support

Superlexx
User
Posts: 45
Joined: Thu Feb 10, 2005 8:51 pm

Post by Superlexx »

I guess the problem has no solution, see

http://my.opera.com/forums/showthread.p ... post473105

I would say, you can leave border="0" as is, since frames are deprecated anyway, better use layers and position:fixed instead (like on http://webcache-emule.sourceforge.net/i ... p?show=FAQ ). Maybe add client-side-includes to save bandwidth. But, honestly, I'd abandon frames in NJB at this point only if I'd really want to waste my time ;).
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Superlexx wrote:I guess the problem has no solution, see

http://my.opera.com/forums/showthread.p ... post473105

I would say, you can leave border="0" as is, since frames are deprecated anyway, better use layers and position:fixed instead (like on http://webcache-emule.sourceforge.net/i ... p?show=FAQ ). Maybe add client-side-includes to save bandwidth. But, honestly, I'd abandon frames in NJB at this point only if I'd really want to waste my time ;).
Ok, thanks for the links.
For the moment I let it what it is :)
Superlexx
User
Posts: 45
Joined: Thu Feb 10, 2005 8:51 pm

Post by Superlexx »

Pahalanger 1.0 Beta2 is out and they made some progress, now the update script can add files to the database, browse.php can list them and they can be downloaded. The further required functions pack(), unpack() and passthru() are on the Phalanger roadmap, so we can hope that in a few months njb will run under Phalanger supporting unicode files.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Superlexx wrote:Pahalanger 1.0 Beta2 is out and they made some progress, now the update script can add files to the database, browse.php can list them and they can be downloaded. The further required functions pack(), unpack() and passthru() are on the Phalanger roadmap, so we can hope that in a few months njb will run under Phalanger supporting unicode files.
This looks promising :wink:

I read some pages from http://www.php-compiler.net/
Are this the requirements for netjukebox after compiling?
  • IIS 5 or 6 web server
  • ASP
  • Microsoft .NET Framework 1.1
  • MySQL
Superlexx
User
Posts: 45
Joined: Thu Feb 10, 2005 8:51 pm

Post by Superlexx »

Yes, but ASP.NET is already installed by the Microsoft .NET Framework 1.1

See also http://php-compiler.net/Documentation/U ... plications
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Superlexx wrote:Yes, but ASP.NET is already installed by the Microsoft .NET Framework 1.1

See also http://php-compiler.net/Documentation/U ... plications
Thanks, I will read that later.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Superlexx wrote:
wbartels wrote:Is this the best site to check if HTML is W3C compliant?
http://validator.w3.org/
yes, btw I am using Opera because checking the code is just as easy as pressing Alt+Ctrl+v, even if it's a local file (unlike FireFox, Opera uploads the data for validation and not just the URL).
I found a good validation plugin for Firefox called checky.
Checky can also upload local files, and it is possible to upload Intranet files.
Besides of W3C it can validate:
  • Advanced Business Systems META Tag Analyzer
  • AI Internet Solutions CSE HTML Validator
  • Alpine Internet Solutions HTML Doctor
  • Cynthia Says™ tPortal Web content accessibility validation solution
  • Delorie Lynx Viewer
  • Delorie Web Page Purifier
  • Delorie HTTP Header Viewer
  • Delorie Web Page Backward Compatibility Viewer
  • Delorie Search Engine Simulator
  • Mark Pilgrim and Sam Ruby Atom and RSS Validator
  • Matthew S. Wickline Colorblind Web Page Filter
  • Northern Webs Keyword Density Analyzer
  • O'Reilly XML RUWF? The XML Syntax Checker
  • PHD Software Systems Search Engine World Robots.txt Validator
  • PHD Software Systems Server Header Checker
  • PHD Software Systems Webpage Size Checker
  • PIAT WAVE 3.0 Accessibility Tool (upload)
  • Redland RSS 1.0 Validator and Viewer
  • Userland Aggregator RSS Validator
  • Yook.de Clean your HTML
  • Vischeck on a Web Page
  • W3C Markup Validation Service (upload)
  • W3C CSS Validation Service (upload)
  • W3C RDF Validation Service
  • W3C Link Validation Service
  • W3C HTML TIDY
  • W3C Tablin: an HTML Table linearizer
  • W3C P3P Validator (integrated validation)
  • W3C P3P Validator (Policy File validation) (upload)
  • Watchfire Bobby
  • Watchfire WebXACT
  • Web Audits URL Checker
  • Web Design Group HTML Validator (upload)
  • Web Design Group CSS Check (upload)
  • Web Design Group Link Valet
  • Web Site Optimization Web Page Analyzer
  • Web Thing Page Valet
  • Web Thing Accessibility Valet
  • Web Thing Link Valet
  • Webmaster-Toolkit Webmaster Link Popularity Checker
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Superlexx
User
Posts: 45
Joined: Thu Feb 10, 2005 8:51 pm

Post by Superlexx »

cool, I'm happy to hear this
Shizzle
User
Posts: 65
Joined: Sat May 28, 2005 9:00 am
Location: Gresham, OR USA
Contact:

Post by Shizzle »

andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

wbartels wrote:It is a pity that readdir() doesn't work with multibyte strings :(
I hope that PHP will fix this before my first Russian or Chinese album :wink:

So far I hadn't any problem with exotic characters.
But they are all high byte strings and not multibyte strings:

Sigur rós: Viðrar vel til loftárása
Björk: Það sést ekki sætari mey
Buena vista social club: ¿Tú qué has hecho?
Nice day, since this thread since last year 2005. wish to know this latest version could handle Chinese album?

Thanks
Shizzle
User
Posts: 65
Joined: Sat May 28, 2005 9:00 am
Location: Gresham, OR USA
Contact:

Post by Shizzle »

not sure if this will help you out or not but this is the official PHP 5 changelog.

http://www.php.net/ChangeLog-5.php
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

Shizzle wrote:not sure if this will help you out or not but this is the official PHP 5 changelog.

http://www.php.net/ChangeLog-5.php
I had upgrade to php5, but it seen, the netjukebox still cannot accept Chinese font.... :(
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

andersen wrote:
Shizzle wrote:not sure if this will help you out or not but this is the official PHP 5 changelog.

http://www.php.net/ChangeLog-5.php
I had upgrade to php5, but it seen, the netjukebox still cannot accept Chinese font.... :(
PHP doesn't support unicode until PHP 6.
http://bugs.php.net/bug.php?id=34574
andersen
User
Posts: 16
Joined: Thu Apr 13, 2006 3:02 pm

Post by andersen »

Too bad, no choice and wait for the php6 to release... :wink:
Locked