Yes I have display and encode enabled on the fonts, all the multibyte display,editbox and jsis ect.. enabled.

No I do not have an echo alias and I seriously doubt it has anything to do with my INPUT or TEXT events in my theme.

They are pretty basic:

Code:
on ^*:TEXT:*:?: {
  .echo $nick $+($nick,11: $1-)
  .halt
}
on *:input:?: {
  if ($left($1-,1) != /) && ($comchan($active,0) > 0) {
    .whisper $comchan($active,1) $active $1- 
    .echo $active $+($me,11: $1-)
    .halt
  }
}


I do not seem to have this issue with any other users that have utf-8 formatting in their nicknames. I am absolutely certain it has something to do with the characters in the mentioned nickname.

Last edited by Tewl; 20/09/07 12:04 AM.