View Issue Details

IDProjectCategoryView StatusLast Update
0002901unrealircdpublic2006-05-05 06:37
Reporteralkalinex Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.4 
Summary0002901: Nick Character Sets/Encoding does not work as documention describes.
DescriptionFrom the documention:

set { allowed-nickchars { chinese-simp; chinese-trad; }; };

This produces an unreal error:

[error] unrealircd.conf:64: set::allowed-nickchars: Unknown (sub)language 'chinese-trad'

Stops on error for both windows xp pro (my testing system for unreal.) and debian (my production server).
Steps To Reproduce1. added: set { allowed-nickchars { chinese-simp; chinese-trad; }; }; ... to my unrealircd.conf set {} directive.

2. rehashed.
3rd party modulesnone

Activities

syzop

2006-05-05 06:36

administrator   ~0011675

That's correct, it's a bug in 3.2.4. It was fixed a few days ago in CVS.

If I'm not mistaken 'chinese' does work (this includes chinese-simp, chinese-trad, but also chinese-ja), so you could use that as a workaround.

Issue History

Date Modified Username Field Change
2006-05-04 20:25 alkalinex New Issue
2006-05-04 20:25 alkalinex 3rd party modules => none
2006-05-05 06:36 syzop Status new => closed
2006-05-05 06:36 syzop Note Added: 0011675
2006-05-05 06:37 syzop Resolution open => fixed