From: Willie D. L. <wd...@ic...> - 2003-04-12 22:21:36
|
The problems cited on my previous messages were almost solved. The message about the output handler is still shown in every Wiki page. Other problems appeared: 1) I cannot see the pages AddingPages, GoodStyle, MoreAboutMechanics, PhpWikiAdministration, ReleaseNotes, TextFormattingRules, WabiSabi and WikiWikiWeb -- they trigger an exception on Apache 2; 2) The page "Fuzzy Pages" shows the following PHP warning C:\Apache\htdocs\phpwiki\lib\WikiPlugin.php:65: Notice[1024]: argument 'page' not declared by plugin 3) Trying to edit a page triggers also an Apache exception; 4) Clicking on the PageInfo button shows two PHP warnings C:\Apache\htdocs\phpwiki\lib\main.php:535: Notice[1024]: PageInfo: Cannot find action page C:\Apache\htdocs\phpwiki\lib\main.php:467: Notice[1024]: PageInfo: Unknown action Thanks for any suggestion and help, Willie Leiva |
From: Tony L. <la...@is...> - 2003-04-13 05:29:55
|
Hiya folks, I recently determined that the __ for bold and '' for italics do not work with Japanese text... This is at least the case in the phpWiki module for PostNuke. Any ideas on this? Thanks. -- Tony Laszlo http://www.issho.org/modules.php?op=modload&name=phpWiki&file=index&pagename=LaszloBlog |
From: Tony L. <la...@is...> - 2003-04-22 09:29:00
|
On Sun, 13 Apr 2003, Tony Laszlo wrote: > I recently determined that the __ for bold > and '' for italics do not work with Japanese > text... Is this perhaps just a rendering problem, or is there something about non-ascii characters that doesn't sit well with the code? -- Tony Laszlo http://www.issho.org/modules.php?op=modload&name=phpWiki&file=index&pagename=LaszloBlog |
From: Jon <jo...@as...> - 2003-04-22 10:44:52
|
On Tue, Apr 22, 2003 at 06:44:12PM +0900, Tony Laszlo wrote: > > I recently determined that the __ for bold > > and '' for italics do not work with Japanese > > text... > > Is this perhaps just a rendering problem, or > is there something about non-ascii characters > that doesn't sit well with the code? I don't think this is a phpwiki problem at all. I looked at your page and under the date 2003.4.13 there is a paragraph where you have __ and '' and it is correctly translated to <strong> and <em>. In my browser, <em> seems to tilt the japanese characters and ascii characters, but <strong> only makes the ascii characters fat. I don't know why, but it's definately a browser issue. I am happy to see someone with a japanese wikiwiki and that it seems to work ok with utf-8. I am planning to create a swedish-japanese wikiwiki, but haven't had time to check how things work with phpwiki. Know I just need a good way to input japanese characters in linux. Anyone can recommend anything? :) -- ___\ Jon Åslund |
From: Tony L. <la...@is...> - 2003-04-23 01:12:01
|
Hi Jon. = On Tue, 22 Apr 2003, Jon [iso-8859-1] =C5slund wrote: > I don't think this is a phpwiki problem at all. I looked at your page > and under the date 2003.4.13 there is a paragraph where you have __ > and '' and it is correctly translated to <strong> and <em>. In my > browser, <em> seems to tilt the japanese characters and ascii > characters, but <strong> only makes the ascii characters fat. I don't > know why, but it's definately a browser issue. I see. Well, non-ascii characters such as Japanese render properly = when <i> and <b> are used. Perhaps one can hack the code so that those = are generated instead of <em> and <strong>? Any reasons why that shouldn'= t = be attempted? > I am happy to see someone with a japanese wikiwiki and that it seems > to work ok with utf-8. I am planning to create a swedish-japanese > wikiwiki, but haven't had time to check how things work with > phpwiki. Know I just need a good way to input japanese characters in > linux. Anyone can recommend anything? :) I would recommend that you attempt to input (via copy/paste, = for example) such mixed data in the phpWiki at the ISSHO site, = which we know is set up properly for the task. Perhaps some = scribbling on this page: = http://www.issho.org/modules.php?op=3Dmodload&name=3DphpWiki&file=3Dindex= &pagename=3DIdoBata or contributions to the lang-codes page: = http://www.issho.org/modules.php?op=3Dmodload&name=3DphpWiki&file=3Dindex= &pagename=3DLangCodes If you can achieve that, you can be sure to have = cleared a number of problems that plague people. See this and others = posts on the ISSHO forum for a list of some of those: = http://www.issho.org/modules.php?op=3Dmodload&name=3DDB_phpBB2&file=3Dvie= wtopic&p=3D112#112 Japanese character input on linux? That might be the least of your = worries: = kinput2 + canna. = -- = Tony Laszlo http://www.issho.org/modules.php?op=3Dmodload&name=3DphpWiki&file=3Dindex= &pagename=3DLaszloBlog |