Closed (fixed)
Project:
Teamspeak
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Oct 2008 at 20:21 UTC
Updated:
8 Apr 2009 at 04:30 UTC
when nicknames from windows-clients contain special characters, the whole name is dropped. I think because of drupal_validate_utf8 ( http://api.drupal.org/api/function/drupal_validate_utf8/5 )
a client inserts the æ by switching the keyboard layout to danish and inserts this symbol with the ü-key (german keyboard). he does not do the "alt+number"-combo thing.
afterwards the teamspeak block only shows a green dot without name. if I do the same thing on my linux-box by "alt gr+ a", everything works fine.
maybe a conversion needs to be done, before passing it to the utf8 filter?
Comments
Comment #1
Cainan commentedThis is now fixed and tested.
tomorrows package build should have the fix.