Revision [3983]
This is an old revision of SandBox made by defense-8-82-225-59-130.fbx.proxad.net on 2005-01-04 22:14:47.
Test your formatting skills here
Wow! This is ''fun''!
//**hello**//
code some more code
javascript highlighting:
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
BIG | GREEN | FROGS |
yes | yes | no |
no | no |
alb
hola
- asfdsadf
- l;jkasdflkjasdf;laskfsadf
- onething
- another thing
- another thing
- yet another
- stinky
- one
- two
- three
- sub three
- sub three
How Dose it support Chinese?? 中文支持如何??
Not perfectly but we're making progress with internationalization and UTF-8 support. Page names can only be (mostly) ASCII characters, but you can make forced links in multi-byte characters, and text shows up OK. To test, try using the search box (at the page bottom) to search for 中文 (Chinese): you'll find several pages - so even the search works. Some of this requires a few fixes that will be in version 1.1.6.0 - to be released soon. Also see WikkaSites: there's already a Chinese site using Wikka. -- JavaWoman