Question
When adding new topics including danish characters æ,ø,å or Æ,Ø,Å it isn't recognized as a topic. Example
DanishTopic?
DanishæTopic
What can i do?
- TWiki version: 20011201
- Web server: Apache 1.3
- Server OS: Redhat linux
- Web browser: IE 6
- Client OS: Windows 2000
--
MichaelArnoldus - 03 Jan 2002
Answer
TWiki does only support alphanumeric chars (a-z, A-Z, 0-9) for topic names and only if they are
WikiWords (Start with upper, then lower, then upper, then optional alphanumeric).
This is not recommended, but you could change the rule to allow Danish chars. There are many places to tweak in
TWiki.pm and possibly in other modules as well.
You could however use the
[[DaenishTopic][DænishTopic]] rule to display the topic link label correctly.
--
PeterThoeny - 05 Jan 2002
Topic revision: r2 - 06 Jan 2002 - 00:01:31 -
PeterThoeny