From: Tony L. <la...@is...> - 2002-10-28 02:19:23
|
On Mon, 28 Oct 2002, Tony Laszlo wrote: > One last thing. Are there any things to look out for > when putting brackets [] around a utf-8 string in phpWiki, > so as to define it? I notice that one such string is getting > defined in one place, but that string is not being highlighted > when it turns up in a different location (the definition is > not being picked up). Also, I guess phpWiki is set not to > ignore underscores _ in such a string, by default? A string > with such an underscore was successfully defined, but that > definition also did not stick. Strike this last bit. I understand what is happening now. phpWiki will highlight terms that have been defined but not if the terms were defined via the bracket [] method. So, one needs to put brackets around the definded terms every time they are used, rather than having automatic highlighting. We can live with this, I think. :) Great tool! Kudos to all. |