Revision [5466]

This is an old revision of SandBox made by cache2.thess.sch.gr on 2005-02-02 08:08:10.

 

Test your formatting skills here

hello

επεξεργασία της παλιάς έκδοσης

See also:
demo server — Test the new features of WikkaWiki
You are free to play with Wikka's FormattingRules syntax on this page.
Please do not remove the main header and this paragraph while editing the page
 



HomePage Îリロード (Japanese)
HomePage 홈페이지 (Korean)
HomePage 首頁 (Chinese)
HomePage užitečný (Czech)
HomePage på Södertörn (Swedish)
HomePage Домашняя страница (Russian) Икебана!
ТестРусского ТестРусского

한글 링크 테스트

How Does 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 bunch of Chinese sites using Wikka.

Note the UTF-8 characters may disappear (and be replaced with ???... or "character soup") when someone edits a page with a browser that doesn't support UTF-8 (or isn't configured to use utf-8); I just repaired the Chinese text here (again) -- JavaWoman

Opera browser doesn't like a right layer a the end of a page :(


not support 2byte language in the Code formatters!!!!
// 한글이 깨지겠지
// 진짜 깨지네.. 흑흑.. 에디터창에서 깨지는 것도 열받는데..
#include <libintl.h>
#include <locale.h>
#include <stdio.h>

int main(int argc, char* argv[])
{
  setlocale(LC_ALL,"ko_KR");  // set the current locale by ko_KR

  /* initialize for gettext() */
  bindtextdomain("test", "/usr/local/share/locale");  // set directory containing message catalogs
  textdomain("test"); // set domain for future gettext() calls
   
  printf("original : %s\n", "Hello World!");
  printf("translate  : %s\n", gettext("Hello World!"));

  return 0;
}
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki